OME-ZARR Progress bar
There are currently no pipelines.
To run a merge request pipeline, the jobs in the CI/CD configuration file must be configured to run in merge request pipelines and you must have sufficient permissions in the source project.
Omezarr progress bar is now working using estimation of number of chunks based on their shapes The actual number of files and estimation might differ a little bit
Progress bar is now an abstract class from which other progress bars will inherit. Now we only have to define what to pass to tqdm and how to check updates. Timer and context manager are already there
Loading a file has been changed to this new version of progress bar
To run a merge request pipeline, the jobs in the CI/CD configuration file must be configured to run in merge request pipelines and you must have sufficient permissions in the source project.