funkelab / motile

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

add test dependency on structsvm #10

Closed tlambert03 closed 1 year ago

tlambert03 commented 1 year ago

structsvm is now a dependency but tests are failing on main because it needed to be added to pyproject.toml.

It isn't on pypi or anaconda yet, so the next release of motile will need to wait for that

codecov-commenter commented 1 year ago

Codecov Report

Merging #10 (8f0fd34) into main (4094942) will increase coverage by 5.16%. The diff coverage is 83.24%.

: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      #10      +/-   ##
==========================================
+ Coverage   82.59%   87.76%   +5.16%     
==========================================
  Files          23       27       +4     
  Lines         408      523     +115     
==========================================
+ Hits          337      459     +122     
+ Misses         71       64       -7     
Impacted Files Coverage Δ
motile/utils.py 0.00% <0.00%> (ø)
motile/costs/edge_distance.py 46.66% <40.00%> (+3.80%) :arrow_up:
motile/track_graph.py 62.90% <61.29%> (+13.55%) :arrow_up:
motile/costs/weight.py 70.58% <70.58%> (ø)
motile/ssvm.py 82.35% <82.35%> (ø)
motile/costs/weights.py 86.48% <86.48%> (ø)
motile/solver.py 94.56% <92.68%> (-1.99%) :arrow_down:
motile/costs/features.py 94.11% <94.11%> (ø)
motile/constraints/max_children.py 100.00% <100.00%> (ø)
motile/constraints/max_parents.py 100.00% <100.00%> (ø)
... and 9 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.

tlambert03 commented 1 year ago

don't expect this will be a controversial PR, so merging optimistically to get tests running again