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 29ffdc9 commit b9493e5Copy full SHA for b9493e5
tests/test_fit.py
@@ -33,7 +33,7 @@
33
@pytest.fixture(scope='session')
34
def grid_ji(im_size: tuple[int, int]) -> np.ndarray:
35
"""A 2-by-N array of pixel coordinates lying on a grid inside ``im_size``."""
36
- step = 10
+ step = 20
37
j, i = (
38
np.arange(step, im_size[0] - step + 1, step),
39
np.arange(step, im_size[1] - step + 1, step),
0 commit comments