Skip to content

Commit a19bfdb

Browse files
author
anna-grim
committed
removed testing
1 parent fabbda2 commit a19bfdb

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
@@ -181,7 +181,7 @@ def load_from_local_zips(self, zip_dir):
181181
with ProcessPoolExecutor() as executor:
182182
# Assign threads
183183
processes = list()
184-
for f in zip_names[0:250]: # TEMP
184+
for f in zip_names:
185185
zip_path = os.path.join(zip_dir, f)
186186
processes.append(
187187
executor.submit(self.load_from_local_zip, zip_path)

0 commit comments

Comments
 (0)