Skip to content

Commit acc22c5

Browse files
Update test_indexing.py
1 parent 6a866a5 commit acc22c5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

zarr/tests/test_indexing.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1370,7 +1370,6 @@ def test_set_selections_with_fields():
13701370
],
13711371
)
13721372
def test_PartialChunkIterator(selection, arr, expected):
1373-
print(selection)
13741373
PCI = PartialChunkIterator(selection, arr.shape)
13751374
results = list(PCI)
13761375
assert results == expected

0 commit comments

Comments
 (0)