quantumjot / btrack

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

Restore custom `isort` section sorting #299

Closed paddyroddy closed 1 year ago

paddyroddy commented 1 year ago

Fixes #249. Once charliermarsh/ruff#2419 is released.

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/299 Updated: 2023-04-20T16:28:57.493676

codecov-commenter commented 1 year ago

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.54 :tada:

Comparison is base (9b54ccb) 83.92% compared to head (1a82483) 84.47%.

:exclamation: Current head 1a82483 differs from pull request most recent head 22539c0. Consider uploading reports for the commit 22539c0 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

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #299 +/- ## ========================================== + Coverage 83.92% 84.47% +0.54% ========================================== Files 30 30 Lines 1904 1932 +28 Branches 295 294 -1 ========================================== + Hits 1598 1632 +34 + Misses 219 215 -4 + Partials 87 85 -2 ``` | [Impacted Files](https://codecov.io/gh/quantumjot/btrack/pull/299?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Alan+R+Lowe) | Coverage Δ | | |---|---|---| | [btrack/btypes.py](https://codecov.io/gh/quantumjot/btrack/pull/299?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Alan+R+Lowe#diff-YnRyYWNrL2J0eXBlcy5weQ==) | `82.54% <100.00%> (+1.41%)` | :arrow_up: | | [btrack/io/hdf.py](https://codecov.io/gh/quantumjot/btrack/pull/299?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Alan+R+Lowe#diff-YnRyYWNrL2lvL2hkZi5weQ==) | `72.79% <100.00%> (ø)` | | | [btrack/io/utils.py](https://codecov.io/gh/quantumjot/btrack/pull/299?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Alan+R+Lowe#diff-YnRyYWNrL2lvL3V0aWxzLnB5) | `88.37% <100.00%> (ø)` | | | [btrack/napari/main.py](https://codecov.io/gh/quantumjot/btrack/pull/299?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Alan+R+Lowe#diff-YnRyYWNrL25hcGFyaS9tYWluLnB5) | `73.33% <100.00%> (ø)` | | | [btrack/napari/reader.py](https://codecov.io/gh/quantumjot/btrack/pull/299?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Alan+R+Lowe#diff-YnRyYWNrL25hcGFyaS9yZWFkZXIucHk=) | `72.41% <100.00%> (ø)` | | | [btrack/utils.py](https://codecov.io/gh/quantumjot/btrack/pull/299?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Alan+R+Lowe#diff-YnRyYWNrL3V0aWxzLnB5) | `82.88% <100.00%> (ø)` | | ... and [2 files with indirect coverage changes](https://codecov.io/gh/quantumjot/btrack/pull/299/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.

paddyroddy commented 1 year ago

Code changes are just from running ruff.

paddyroddy commented 1 year ago

There will have been a bug in an earlier version of ruff.