Skip to content

Commit

Permalink
Remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
Archer6621 committed Jan 25, 2024
1 parent 7fbe536 commit fbbcc01
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ def test_metric_helpers(self):

fp = get_fp(self.matches, self.ground_truth, n=limit)
assert fp <= limit
print(tp, fn, fp)
assert tp == 2 and fn == 3 # Since we limit to 2 of the matches
assert fp == 0

Expand Down

0 comments on commit fbbcc01

Please sign in to comment.