We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49d1169 commit 60b46f8Copy full SHA for 60b46f8
autotest/alg/homography.py
@@ -49,7 +49,6 @@ def test_homography_1():
49
0.5,
50
-1,
51
)
52
- print(res)
53
assert res == pytest.approx(expected_inv_h, abs=1e-6), res
54
55
h = (10, 1, 1, 20, 2, 2, 1, 0, 0)
0 commit comments