Skip to content

Commit

Permalink
style(pre-commit.ci): auto fixes [...]
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Feb 3, 2025
1 parent 59c31a4 commit 978e01c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/traccuracy/loaders/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
""" Subpackage for loading tracking data into memory
"""Subpackage for loading tracking data into memory
This subpackage contains functions for loading ground
truth or tracking method outputs into memory as TrackingGraph objects.
Expand Down
2 changes: 1 addition & 1 deletion src/traccuracy/matchers/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
""" Subpackage for matching ground truth and prediction tracks
"""Subpackage for matching ground truth and prediction tracks
This subpackage contains functions that match nodes and edges
of a ground truth and predicted tracking solution.
Expand Down
3 changes: 1 addition & 2 deletions src/traccuracy/track_errors/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
"""Subpackage for annotating errors on nodes and edges of TrackingGraphs
"""
"""Subpackage for annotating errors on nodes and edges of TrackingGraphs"""

1 comment on commit 978e01c

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Benchmark Mean (s) BASE 7a91b38 Mean (s) HEAD 978e01c Percent Change
test_load_gt_ctc_data[2d] 5.3221 5.53159 3.94
test_load_gt_ctc_data[3d] 16.8597 15.2361 -9.63
test_load_pred_ctc_data[2d] 1.0668 1.05898 -0.73
test_ctc_checks[2d] 0.72961 0.72888 -0.1
test_ctc_checks[3d] 9.83737 9.77051 -0.68
test_ctc_matcher[2d] 1.51349 1.53433 1.38
test_ctc_matcher[3d] 17.1612 16.9887 -1.01
test_ctc_metrics[2d] 0.26322 0.25321 -3.81
test_ctc_metrics[3d] 4.28685 1.90178 -55.64
test_iou_matcher[2d] 1.72064 1.69833 -1.3
test_iou_matcher[3d] 18.1406 18.0511 -0.49
test_iou_div_metrics[2d] 0.00509 0.00582 14.2
test_iou_div_metrics[3d] 0.01448 0.01508 4.17

Please sign in to comment.