Skip to content
Snippets Groups Projects
Commit eb290d1e authored by fima's avatar fima :beers:
Browse files

Merge branch 'loading_progress_bar' into 'main'

Progress bar for loading files works on linux

See merge request !106
parents 69c384c3 6e3eaa07
No related branches found
No related tags found
1 merge request!106Progress bar for loading files works on linux
...@@ -897,5 +897,5 @@ class ImgExamples: ...@@ -897,5 +897,5 @@ class ImgExamples:
img_examples_path = Path(qim3d.__file__).parents[0] / "img_examples" img_examples_path = Path(qim3d.__file__).parents[0] / "img_examples"
img_paths = list(img_examples_path.glob("*.tif")) img_paths = list(img_examples_path.glob("*.tif"))
update_dict = {path.stem: load(path) for path in img_paths} update_dict = {path.stem: load(path, progress_bar = False) for path in img_paths}
self.__dict__.update(update_dict) self.__dict__.update(update_dict)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment