remove stray breakpoint

release/4.3a0
senselessdev1 2022-07-17 00:31:42 -04:00
parent 361e3f601c
commit 51fb3750e8
1 changed files with 0 additions and 3 deletions

View File

@ -32,9 +32,6 @@ class TestDsfTrackGenerator(GtsamTestCase):
matches_dict[(1, 2)] = np.array([[2, 0], [1, 1]])
tracks = DsfTrackGenerator().generate_tracks_from_pairwise_matches(matches_dict, keypoints_list)
import pdb
pdb.set_trace()
assert len(tracks) == 3
# Verify track 0.