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 Dec 9, 2024
1 parent e00e184 commit c8e2f44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/examples/example_matched_graphs.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import networkx as nx

from traccuracy._tracking_graph import TrackingGraph
from traccuracy.matchers._base import Matched

Expand Down

1 comment on commit c8e2f44

@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 369b294 Mean (s) HEAD c8e2f44 Percent Change
test_load_gt_ctc_data[2d] 5.47551 5.77682 5.5
test_load_gt_ctc_data[3d] 19.2161 15.6576 -18.52
test_load_pred_ctc_data[2d] 1.18831 1.0867 -8.55
test_ctc_checks[2d] 0.74089 0.73718 -0.5
test_ctc_checks[3d] 9.85206 9.47487 -3.83
test_ctc_matcher[2d] 1.44846 1.43991 -0.59
test_ctc_matcher[3d] 16.8284 16.7216 -0.63
test_ctc_metrics[2d] 0.27528 0.26596 -3.38
test_ctc_metrics[3d] 4.24248 2.21251 -47.85
test_iou_matcher[2d] 1.52056 1.54845 1.83
test_iou_matcher[3d] 17.7804 17.8359 0.31
test_iou_div_metrics[2d] 0.07065 0.07337 3.85
test_iou_div_metrics[3d] 0.72005 0.71646 -0.5

Please sign in to comment.