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 840a3f7 commit 06c701fCopy full SHA for 06c701f
tests/v3/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