funkelab / motile

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

catch ilpy v03 solution return type #42

Closed tlambert03 closed 1 year ago

tlambert03 commented 1 year ago

catches the new solution.solve() return type from https://github.com/funkelab/ilpy/pull/30

later, we can pin to ilpy >= 0.3 and remove this, but this will allow a new release of ilpy without breaking the current release of motile

codecov-commenter commented 1 year ago

Codecov Report

Merging #42 (5db544c) into main (8f0a2f3) will decrease coverage by 0.11%. The diff coverage is 80.00%.

: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      #42      +/-   ##
==========================================
- Coverage   92.63%   92.52%   -0.11%     
==========================================
  Files          28       28              
  Lines         692      696       +4     
==========================================
+ Hits          641      644       +3     
- Misses         51       52       +1     
Impacted Files Coverage Δ
motile/solver.py 96.11% <80.00%> (-0.86%) :arrow_down: