Skip to content

Commit 1921878

Browse files
committed
try tuple
1 parent 2ca8170 commit 1921878

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/zarr/testing/strategies.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ def orthogonal_indices(
220220
newshape = [1] * ndim
221221
newshape[axis] = idxr.size
222222
npindexer.append(idxr.reshape(newshape))
223-
return tuple(zindexer), np.broadcast_arrays(*npindexer)
223+
return tuple(zindexer), tuple(np.broadcast_arrays(*npindexer))
224224

225225

226226
def key_ranges(

0 commit comments

Comments
 (0)