Skip to content

Commit

Permalink
Add link to comment explaining skipped test
Browse files Browse the repository at this point in the history
  • Loading branch information
cmalinmayor committed Aug 6, 2024
1 parent a140746 commit cfc2173
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/track_errors/test_ctc_errors.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ def test_ns_vertex_fn_edge():
for edge in comp_edges:
assert not comp.edges[edge][EdgeFlag.FALSE_POS]

# https://github.com/Janelia-Trackathon-2023/traccuracy/pull/141#issuecomment-2265990197
if False: # TODO: Fix this in a separate PR
for node in [1, 2, 4, 5]:
assert gt.nodes[node][NodeFlag.FALSE_NEG]
Expand Down

1 comment on commit cfc2173

@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 280308d Mean (s) HEAD cfc2173 Percent Change
test_load_gt_data 1.26417 1.24921 -1.18
test_load_pred_data 1.15023 1.15482 0.4
test_ctc_checks 0.43034 0.43856 1.91
test_ctc_matched 1.74139 1.78306 2.39
test_ctc_metrics 0.54313 0.576 6.05
test_ctc_div_metrics 0.28762 0.28099 -2.31
test_iou_matched 8.99149 8.55265 -4.88
test_iou_div_metrics 0.27955 0.27905 -0.18

Please sign in to comment.