We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74f4a9e commit 39e68aaCopy full SHA for 39e68aa
tests/test_indexing.py
@@ -683,7 +683,7 @@ def test_get_orthogonal_selection_2d(store: StorePath) -> None:
683
with pytest.raises(IndexError):
684
z.get_orthogonal_selection(selection_2d_bad) # type: ignore[arg-type]
685
686
- z.oindex[selection_2d_bad] # type: ignore[index]
+ z.oindex[selection_2d_bad] # type: ignore[index]
687
688
689
def _test_get_orthogonal_selection_3d(
0 commit comments