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 2c19072 commit 91152beCopy full SHA for 91152be
tests/test_indexing.py
@@ -1872,7 +1872,7 @@ def test_iter_grid(
1872
"""
1873
Test that iter_grid works as expected for 1, 2, and 3 dimensions.
1874
1875
- grid_shape = (5,) * ndim
+ grid_shape = (10,2,7)[:ndim]
1876
1877
if origin_0d is not None:
1878
origin_kwarg = origin_0d * ndim
0 commit comments