Skip to content

Commit b2be002

Browse files
committed
[revert] note
1 parent 2ca8170 commit b2be002

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/zarr/testing/strategies.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,9 @@ def orthogonal_indices(
220220
newshape = [1] * ndim
221221
newshape[axis] = idxr.size
222222
npindexer.append(idxr.reshape(newshape))
223+
from hypothesis import note
224+
225+
note(val)
223226
return tuple(zindexer), np.broadcast_arrays(*npindexer)
224227

225228

0 commit comments

Comments
 (0)