Commit fe2fe191 authored by Jay's avatar Jay
Browse files

Merge branch 'master' of https://github.com/jlaura/autocnet

parents 08e701ab 656252cf
Loading
Loading
Loading
Loading
+1 −1
Changes for functional_tests/test_three_image.py: 1 added line, 1 removed line.
Original line number Diff line number Diff line
@@ -47,7 +47,7 @@ class TestThreeImageMatching(unittest.TestCase):
            self.assertIn(node.nkeypoints, range(490, 511))

        cg.match(k=5)
        cg.symmetry_checks()
        cg.symmetry_checks(single=False)
        cg.ratio_checks()

        cg.apply_func_to_edges("compute_homography", clean_keys=['symmetry', 'ratio'])