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 fabbda2 commit a19bfdbCopy full SHA for a19bfdb
src/segmentation_skeleton_metrics/utils/swc_util.py
@@ -181,7 +181,7 @@ def load_from_local_zips(self, zip_dir):
181
with ProcessPoolExecutor() as executor:
182
# Assign threads
183
processes = list()
184
- for f in zip_names[0:250]: # TEMP
+ for f in zip_names:
185
zip_path = os.path.join(zip_dir, f)
186
processes.append(
187
executor.submit(self.load_from_local_zip, zip_path)
0 commit comments