Skip to content

Commit 60b46f8

Browse files
Homography: remove spurious print from test
Co-authored-by: Even Rouault <even.rouault@spatialys.com>
1 parent 49d1169 commit 60b46f8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

autotest/alg/homography.py

-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ def test_homography_1():
4949
0.5,
5050
-1,
5151
)
52-
print(res)
5352
assert res == pytest.approx(expected_inv_h, abs=1e-6), res
5453

5554
h = (10, 1, 1, 20, 2, 2, 1, 0, 0)

0 commit comments

Comments
 (0)