quantumjot / btrack

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

Change hypotheses boxes to `QListWidget` to reduce space #363

Closed paddyroddy closed 11 months ago

paddyroddy commented 11 months ago

The current QCheckBox takes up a lot of space.

deprecated-napari-hub-preview-bot[bot] commented 11 months ago

Preview page for your plugin is ready here: https://preview.napari-hub.org/quantumjot/btrack/363 Updated: 2023-08-04T13:59:06.464517

codecov-commenter commented 11 months ago

Codecov Report

Patch coverage: 92.00% and project coverage change: -0.34% :warning:

Comparison is base (f285d36) 86.10% compared to head (9855062) 85.77%. Report is 20 commits behind head on main.

:exclamation: Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #363 +/- ## ========================================== - Coverage 86.10% 85.77% -0.34% ========================================== Files 30 30 Lines 2109 2151 +42 Branches 392 394 +2 ========================================== + Hits 1816 1845 +29 - Misses 213 225 +12 - Partials 80 81 +1 ``` | [Files Changed](https://app.codecov.io/gh/quantumjot/btrack/pull/363?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Alan+R+Lowe) | Coverage Δ | | |---|---|---| | [btrack/io/\_localization.py](https://app.codecov.io/gh/quantumjot/btrack/pull/363?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Alan+R+Lowe#diff-YnRyYWNrL2lvL19sb2NhbGl6YXRpb24ucHk=) | `90.43% <ø> (-1.53%)` | :arrow_down: | | [btrack/io/exporters.py](https://app.codecov.io/gh/quantumjot/btrack/pull/363?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Alan+R+Lowe#diff-YnRyYWNrL2lvL2V4cG9ydGVycy5weQ==) | `72.22% <ø> (ø)` | | | [btrack/io/hdf.py](https://app.codecov.io/gh/quantumjot/btrack/pull/363?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Alan+R+Lowe#diff-YnRyYWNrL2lvL2hkZi5weQ==) | `76.42% <0.00%> (ø)` | | | [btrack/napari/config.py](https://app.codecov.io/gh/quantumjot/btrack/pull/363?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Alan+R+Lowe#diff-YnRyYWNrL25hcGFyaS9jb25maWcucHk=) | `86.11% <0.00%> (ø)` | | | [btrack/napari/widgets/create\_ui.py](https://app.codecov.io/gh/quantumjot/btrack/pull/363?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Alan+R+Lowe#diff-YnRyYWNrL25hcGFyaS93aWRnZXRzL2NyZWF0ZV91aS5weQ==) | `100.00% <ø> (+1.25%)` | :arrow_up: | | [btrack/btypes.py](https://app.codecov.io/gh/quantumjot/btrack/pull/363?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%> (ø)` | | | [btrack/napari/sync.py](https://app.codecov.io/gh/quantumjot/btrack/pull/363?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Alan+R+Lowe#diff-YnRyYWNrL25hcGFyaS9zeW5jLnB5) | `94.11% <100.00%> (+0.36%)` | :arrow_up: | | [btrack/napari/widgets/\_general.py](https://app.codecov.io/gh/quantumjot/btrack/pull/363?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Alan+R+Lowe#diff-YnRyYWNrL25hcGFyaS93aWRnZXRzL19nZW5lcmFsLnB5) | `100.00% <100.00%> (ø)` | | | [btrack/napari/widgets/\_hypothesis.py](https://app.codecov.io/gh/quantumjot/btrack/pull/363?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Alan+R+Lowe#diff-YnRyYWNrL25hcGFyaS93aWRnZXRzL19oeXBvdGhlc2lzLnB5) | `100.00% <100.00%> (ø)` | | | [btrack/napari/widgets/\_motion.py](https://app.codecov.io/gh/quantumjot/btrack/pull/363?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Alan+R+Lowe#diff-YnRyYWNrL25hcGFyaS93aWRnZXRzL19tb3Rpb24ucHk=) | `100.00% <100.00%> (ø)` | | ... and [2 files with indirect coverage changes](https://app.codecov.io/gh/quantumjot/btrack/pull/363/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)

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

paddyroddy commented 11 months ago

All working now image