funkelab / motile

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

Update ssvm #23

Closed bentaculum closed 1 year ago

codecov-commenter commented 1 year ago

Codecov Report

Merging #23 (bbc1ad1) into main (54853ac) will increase coverage by 2.14%. The diff coverage is 88.75%.

:exclamation: Current head bbc1ad1 differs from pull request most recent head 70d0ea6. Consider uploading reports for the commit 70d0ea6 to get more accurate results

:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

@@            Coverage Diff             @@
##             main      #23      +/-   ##
==========================================
+ Coverage   85.64%   87.78%   +2.14%     
==========================================
  Files          27       27              
  Lines         613      647      +34     
==========================================
+ Hits          525      568      +43     
+ Misses         88       79       -9     
Impacted Files Coverage Δ
motile/constraints/max_children.py 95.23% <ø> (ø)
motile/constraints/max_parents.py 95.23% <ø> (ø)
motile/constraints/pin.py 96.15% <ø> (ø)
motile/constraints/select_edge_nodes.py 96.00% <ø> (ø)
motile/costs/appear.py 92.85% <ø> (ø)
motile/costs/costs.py 77.77% <ø> (ø)
motile/costs/edge_distance.py 50.00% <0.00%> (ø)
motile/costs/split.py 92.85% <ø> (ø)
motile/costs/weight.py 100.00% <ø> (+26.31%) :arrow_up:
motile/utils.py 0.00% <ø> (ø)
... and 10 more

... and 1 file with indirect coverage changes

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

funkey commented 1 year ago

Python 3.9 fails because of different handling of type annotations (@tlambert03, maybe you can help?).

I'll merge anyway, because the other versions pass and this PR fixes other tests.

tlambert03 commented 1 year ago

yep! on it now... will update #28 and ping you