8000 Add getitem to array protocol by Illviljan · Pull Request #8406 · pydata/xarray · GitHub
[go: up one dir, main page]

Skip to content

Add getitem to array protocol #8406

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 12 commits into from
Dec 12, 2023
Prev Previous commit
Next Next commit
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 2, 2023
commit c9c7616df9eaaf337799e50ef9870d12d1038b89
1 change: 0 additions & 1 deletion xarray/tests/test_namedarray.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
from numpy.typing import ArrayLike, DTypeLike, NDArray

from xarray.namedarray._typing import (
_arrayapi,
_AttrsLike,
_DimsLike,
_DType,
Expand Down
0