Commit 1c43e3bf authored by Jay's avatar Jay Committed by jay
Browse files

Removed debugging time imports.

parent 460e7ea8
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -316,7 +316,6 @@ def mirroring_test(matches):
                 otherwise, they will be false. Keypoints with only one match will be False. Removes
                 duplicate rows.
    """
    import time
    duplicate_mask = matches.duplicated(subset=['source_idx', 'destination_idx', 'distance'])
    return duplicate_mask