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 da675fe commit 41a567eCopy full SHA for 41a567e
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