Commit 3ad6b75f authored by jay's avatar jay
Browse files

Bounds too tight on functional test with stochastic element

parent f8b8082c
Loading
Loading
Loading
Loading
+1 −1
Changes for functional_tests/test_two_image.py: 1 added line, 1 removed line.
Original line number Diff line number Diff line
@@ -77,7 +77,7 @@ class TestTwoImageMatching(unittest.TestCase):
            self.assertIn(edge.masks['ratio'].sum(), range(200, 300))

            # Range needs to be set
            self.assertIn(edge.masks['fundamental'].sum(), range(200, 250))
            self.assertIn(edge.masks['fundamental'].sum(), range(200, 300))

        # Step: Compute the homographies and apply RANSAC
        cg.compute_homographies(clean_keys=['symmetry', 'ratio'])