funkelab / motile

Multi-Object Tracker using Integer Linear Equations
https://funkelab.github.io/motile/
MIT License
27 stars 5 forks source link

Add a __str__ function to the TrackGraph with num nodes and edges #123

Closed cmalinmayor closed 1 month ago

cmalinmayor commented 1 month ago

Closes #81

codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 50.00000% with 1 line in your changes missing coverage. Please review.

Project coverage is 92.94%. Comparing base (f6c9cba) to head (c619b58). Report is 5 commits behind head on main.

Files with missing lines Patch % Lines
motile/track_graph.py 50.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #123 +/- ## ========================================== - Coverage 93.06% 92.94% -0.12% ========================================== Files 30 30 Lines 721 723 +2 ========================================== + Hits 671 672 +1 - Misses 50 51 +1 ```

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