Skip to content

Commit b9493e5

Browse files
committed
reduce ji_grid
1 parent 29ffdc9 commit b9493e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_fit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
@pytest.fixture(scope='session')
3434
def grid_ji(im_size: tuple[int, int]) -> np.ndarray:
3535
"""A 2-by-N array of pixel coordinates lying on a grid inside ``im_size``."""
36-
step = 10
36+
step = 20
3737
j, i = (
3838
np.arange(step, im_size[0] - step + 1, step),
3939
np.arange(step, im_size[1] - step + 1, step),

0 commit comments

Comments
 (0)