Commit d08d2217 authored by Kristin Berry's avatar Kristin Berry
Browse files

removed unnecessary comments

parent 1151be0c
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -81,7 +81,6 @@ class TestTwoImageMatching(unittest.TestCase):
        #compute subpixel offsets for the entire graph
        offsets = cg.compute_subpixel_offsets()
        self.assertEqual(len(offsets), cg.number_of_edges())
        # TODO: actually do something with this

        # Step: And create a C object
        cnet = cg.to_cnet(clean_keys=['symmetry', 'ratio', 'ransac'])