funkelab / motile_toolbox

A toolbox for tracking with motile, including constructing candidate graphs and computing common features.
https://funkelab.github.io/motile_toolbox/
4 stars 0 forks source link

Fix key error bug in iou #8

Closed cmalinmayor closed 3 months ago

cmalinmayor commented 3 months ago

Proposed Change

Found a bug that wasn't caught by our tests because they are too small. No longer try to set IOU for non-existing edges.

Checklist

Go through these things before merge. Actions should run automatically to test them, but for information on how to run locally, see CONTRIBUTING.md.

codecov-commenter commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 83.95%. Comparing base (7820cca) to head (2aecf79).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #8 +/- ## ========================================== + Coverage 83.90% 83.95% +0.05% ========================================== Files 12 12 Lines 292 293 +1 ========================================== + Hits 245 246 +1 Misses 47 47 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.