Skip to content

Commit ce4e616

Browse files
authored
Update swc_util.py
1 parent 40d0130 commit ce4e616

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/segmentation_skeleton_metrics/utils/swc_util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ def load_from_gcs(self, gcs_dict):
281281

282282
# Main
283283
pbar = tqdm(total=len(zip_paths), desc="Download Fragments")
284-
with ProcessPoolExecutor(max_workers=1) as executor:
284+
with ProcessPoolExecutor() as executor:
285285
# Assign processes
286286
processes = []
287287
for path in zip_paths:

0 commit comments

Comments
 (0)