Closed p-j-smith closed 1 year ago
Patch coverage: 33.33%
and project coverage change: -0.45%
:warning:
Comparison is base (
392fbb8
) 86.11% compared to head (6ea7da8
) 85.67%.
: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.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Preview page for your plugin is ready here: https://preview.napari-hub.org/quantumjot/btrack/358 Updated: 2023-08-03T14:04:25.337908
This is so simple and so awesome!
This is so simple and so awesome!
Yeah it's surprisingly straightforward!
Do you want to see nested progress bars when running segmentation_to_objects
:
https://github.com/quantumjot/btrack/assets/29753790/c465e529-5977-41d1-a300-547cf968ec06
As far as I can tell, you're not using tqdm
for the tracking BayesianTracker.track
? But if you were we could show more fine-grained progress for that step too
Do you want to see nested progress bars
Yes - I think any feedback to the user that something is happening is very useful.
As far as I can tell, you're not using tqdm for the tracking
This would be a pretty simple change and probably be quite beneficial.
Yes - I think any feedback to the user that something is happening is very useful.
Okay cool, I've added that now.
This would be a pretty simple change and probably be quite beneficial.
To get the progess bar to show in napari, all you would need to do is change the tqdm import to be like this:
napari.utils.progress
inherits from tqdm.tqdm
and it will display the progress bar in the activity dock if napari is open or in the terminal if not
Fixes #271
napari.utils.progress
to provide updates during trackinghttps://github.com/quantumjot/btrack/assets/29753790/574ff4af-5adb-4062-b383-6f2ab5391094