Skip to content

Commit

Permalink
Update test_indexing.py
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewfulton9 authored Jan 6, 2021
1 parent 6a866a5 commit acc22c5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion zarr/tests/test_indexing.py
Original file line number Diff line number Diff line change
Expand Up @@ -1370,7 +1370,6 @@ def test_set_selections_with_fields():
],
)
def test_PartialChunkIterator(selection, arr, expected):
print(selection)
PCI = PartialChunkIterator(selection, arr.shape)
results = list(PCI)
assert results == expected

0 comments on commit acc22c5

Please sign in to comment.