Skip to content

Commit dedf1c3

Browse files
committed
fix: handle else
1 parent 0608549 commit dedf1c3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

python/zarrs/utils.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,8 @@ def make_chunk_info_for_rust_with_indices(
210210
or shape_chunk != shape_chunk_selection[shape_ctr]
211211
):
212212
drop_axes += (idx_shape,)
213+
else:
214+
shape_ctr += 1
213215
if drop_axes:
214216
for axis in drop_axes:
215217
io_array_shape.insert(axis, 1)

0 commit comments

Comments
 (0)