Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
getzze committed Aug 2, 2024
1 parent ad2c28d commit c37b715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/nn/test_tracking_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def test_simple_tracker(tmpdir, centered_pair_predictions_slp_path):
inference_cli(cli.split(" "))

labels = sleap.load_file(f"{tmpdir}/simpletracks.slp")
assert len(labels.tracks) == 27
assert len(labels.tracks) == 8


def test_simplemax_tracker(tmpdir, centered_pair_predictions_slp_path):
Expand Down

0 comments on commit c37b715

Please sign in to comment.