Skip to content
Snippets Groups Projects
Commit 6e3eaa07 authored by s233039's avatar s233039 Committed by fima
Browse files

Progress bar for loading files works on linux

parent 69c384c3
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:
img_examples_path = Path(qim3d.__file__).parents[0] / "img_examples"
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)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment