Skip to content

Commit

Permalink
Update tests/track_errors/test_divisions.py
Browse files Browse the repository at this point in the history
Co-authored-by: Morgan Schwartz <[email protected]>
  • Loading branch information
DragaDoncila and msschwartz21 authored Dec 5, 2023
1 parent 6b27436 commit a885b5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/track_errors/test_divisions.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ def test_gap_close_divisions():
matched_data = Matched(TrackingGraph(g_gt), TrackingGraph(g_pred), mapper)
_classify_divisions(matched_data)
assert g_gt.nodes["1_1"][NodeAttr.TP_DIV]
assert g_gt.nodes["1_1"][NodeAttr.TP_DIV]
assert g_pred.nodes["1_1"][NodeAttr.TP_DIV]

g_gt, g_pred, mapper = get_division_gap_close_graphs()
# remove gt division
Expand Down

1 comment on commit a885b5f

@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 ef50a44 Mean (s) HEAD a885b5f Percent Change
test_load_gt_data 1.39667 1.30299 -6.71
test_load_pred_data 1.16082 1.16058 -0.02
test_ctc_matched 2.24662 2.22091 -1.14
test_ctc_metrics 0.5703 0.54106 -5.13
test_ctc_div_metrics 0.28662 0.27174 -5.19
test_iou_matched 9.56684 9.06799 -5.21
test_iou_div_metrics 0.27151 0.27349 0.73

Please sign in to comment.