We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ca8170 commit 1921878Copy full SHA for 1921878
src/zarr/testing/strategies.py
@@ -220,7 +220,7 @@ def orthogonal_indices(
220
newshape = [1] * ndim
221
newshape[axis] = idxr.size
222
npindexer.append(idxr.reshape(newshape))
223
- return tuple(zindexer), np.broadcast_arrays(*npindexer)
+ return tuple(zindexer), tuple(np.broadcast_arrays(*npindexer))
224
225
226
def key_ranges(
0 commit comments