quantumjot / btrack

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

Add debug info logger #302

Closed quantumjot closed 1 year ago

quantumjot commented 1 year ago

Adds a decorator that can be used to capture debug info like the user platform and btrack version. Could be useful for user generated issues/bug reports?

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/302 Updated: 2023-04-18T10:12:30.165721

codecov-commenter commented 1 year ago

Codecov Report

Patch coverage: 81.48% and project coverage change: +0.19 :tada:

Comparison is base (9b54ccb) 83.92% compared to head (d3eb697) 84.12%.

: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 #302 +/- ## ========================================== + Coverage 83.92% 84.12% +0.19% ========================================== Files 30 30 Lines 1904 1915 +11 Branches 295 294 -1 ========================================== + Hits 1598 1611 +13 + Misses 219 218 -1 + Partials 87 86 -1 ``` | [Impacted Files](https://codecov.io/gh/quantumjot/btrack/pull/302?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Alan+R+Lowe) | Coverage Δ | | |---|---|---| | [btrack/utils.py](https://codecov.io/gh/quantumjot/btrack/pull/302?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Alan+R+Lowe#diff-YnRyYWNrL3V0aWxzLnB5) | `80.48% <58.33%> (-2.40%)` | :arrow_down: | | [btrack/btypes.py](https://codecov.io/gh/quantumjot/btrack/pull/302?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/constants.py](https://codecov.io/gh/quantumjot/btrack/pull/302?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Alan+R+Lowe#diff-YnRyYWNrL2NvbnN0YW50cy5weQ==) | `100.00% <100.00%> (ø)` | | | [btrack/libwrapper.py](https://codecov.io/gh/quantumjot/btrack/pull/302?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Alan+R+Lowe#diff-YnRyYWNrL2xpYndyYXBwZXIucHk=) | `100.00% <100.00%> (+3.77%)` | :arrow_up: | 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.

quantumjot commented 1 year ago

I'm going to go ahead and merge this.