We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40d0130 commit ce4e616Copy full SHA for ce4e616
src/segmentation_skeleton_metrics/utils/swc_util.py
@@ -281,7 +281,7 @@ def load_from_gcs(self, gcs_dict):
281
282
# Main
283
pbar = tqdm(total=len(zip_paths), desc="Download Fragments")
284
- with ProcessPoolExecutor(max_workers=1) as executor:
+ with ProcessPoolExecutor() as executor:
285
# Assign processes
286
processes = []
287
for path in zip_paths:
0 commit comments