Skip to content

Commit 8b15c98

Browse files
committed
expand draw for test_oindex
1 parent 6f30fdb commit 8b15c98

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_properties.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ async def test_oindex(data: st.DataObject) -> None:
151151
zarray = data.draw(
152152
st.one_of(
153153
simple_arrays(shapes=npst.array_shapes(max_dims=4, min_side=1)),
154-
rectilinear_arrays(shapes=npst.array_shapes(max_dims=3, min_side=2, max_side=20)),
154+
rectilinear_arrays(shapes=npst.array_shapes(max_dims=4, min_side=1, max_side=20)),
155155
)
156156
)
157157
nparray = zarray[:]

0 commit comments

Comments
 (0)