Skip to content

Commit

Permalink
Add vectorized xarray tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jp-dark committed Oct 25, 2024
1 parent 6362428 commit e43dac4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apis/python/tests/test_basic_xarray_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,8 @@ def test_getitem_all(self, soma_variable, numpy_variable):
([1, 3], 1, [0, 2]),
(-1, -1, -1),
(0, 1, slice(0, 4, 2)),
([0, 3, 4], [0, 1, 0], [1, 3, 2]),
(slice(0, 5, 2), [0, 1, 0], [1, 3, 2]),
],
)
def test_getitem(self, soma_variable, numpy_variable, key):
Expand Down

0 comments on commit e43dac4

Please sign in to comment.