quantumjot / btrack

Bayesian multi-object tracking
https://btrack.readthedocs.io
MIT License
310 stars 50 forks source link

Correct passing of arguments `optimize`->`optimize` #401

Closed ianhi closed 4 months ago

ianhi commented 4 months ago

As an American friend I've been using optimize and just ran into a bug when I tried to pass an option.

optimise expects a dict, not many kwargs

codecov-commenter commented 4 months ago

Codecov Report

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

Project coverage is 85.70%. Comparing base (8632533) to head (2c98c4c).

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #401 +/- ## ========================================== - Coverage 85.74% 85.70% -0.05% ========================================== Files 31 31 Lines 2203 2203 Branches 404 404 ========================================== - Hits 1889 1888 -1 - Misses 232 233 +1 Partials 82 82 ```

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

quantumjot commented 4 months ago

Great stuff - thanks for fixing this @ianhi !