quantumjot / btrack

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

Remove update operator for compatibility, add tests #301

Closed quantumjot closed 1 year ago

quantumjot commented 1 year ago
codecov-commenter commented 1 year ago

Codecov Report

Patch coverage has no change and project coverage change: +0.15 :tada:

Comparison is base (9b54ccb) 83.92% compared to head (0f5a235) 84.08%.

: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

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #301 +/- ## ========================================== + Coverage 83.92% 84.08% +0.15% ========================================== Files 30 30 Lines 1904 1904 Branches 295 295 ========================================== + Hits 1598 1601 +3 + Misses 219 216 -3 Partials 87 87 ``` [see 1 file with indirect coverage changes](https://codecov.io/gh/quantumjot/btrack/pull/301/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Alan+R+Lowe) Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Alan+R+Lowe). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Alan+R+Lowe)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

deprecated-napari-hub-preview-bot[bot] commented 1 year ago

Preview page for your plugin is ready here: https://preview.napari-hub.org/quantumjot/btrack/301 Updated: 2023-04-17T13:30:34.176732

quantumjot commented 1 year ago

@paddyroddy - I was expecting these new tests to fail on python 3.8 (before I implemented the fix). However they all pass. On closer inspection, it looks like tox is using 3.10 for everything?