Commit 936c64d5 authored by Jay Laura's avatar Jay Laura
Browse files

Adds a false assert to get prints on integration test

parent a5a09bba
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -72,3 +72,5 @@ def test_full_subpixel_registration(ncg, images, point):
        assert m2.line == pytest.approx(258.6752555930361, 6)
        assert m2.sample == pytest.approx(258.80172907976646, 6)
        assert m2.ignore == False

    assert False