Skip to content

Commit

Permalink
test: adjust plankton detections
Browse files Browse the repository at this point in the history
  • Loading branch information
danellecline committed Aug 1, 2024
1 parent de1ba65 commit 25ce6bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdcat/tests/test_detect.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def test_plankton():
data_path = Path(__file__).parent / 'data' / 'plankton'
num_detections = run_detect(data_path, 80)
print(f'Found {num_detections} in test_plankton')
assert num_detections == 53
assert num_detections == 773


if __name__ == '__main__':
Expand Down

0 comments on commit 25ce6bd

Please sign in to comment.