Skip to content

Commit 6190091

Browse files
authored
Update swc_util.py
1 parent 04475dd commit 6190091

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/segmentation_skeleton_metrics/utils/swc_util.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,6 @@ def read_from_gcs_swcs(self, bucket_name, swc_paths):
326326
threads.append(
327327
executor.submit(self.read_from_gcs_swc, bucket_name, path)
328328
)
329-
break
330329

331330
# Store results
332331
swc_dicts = deque()
@@ -351,7 +350,6 @@ def read_from_gcs_zips(self, bucket_name, zip_paths):
351350
swc_dicts = deque()
352351
for zip_path in tqdm(zip_paths, desc="Read SWCs"):
353352
swc_dicts.extend(self.read_from_gcs_zip(bucket_name, zip_path))
354-
break
355353
return swc_dicts
356354

357355
def read_from_gcs_zip(self, bucket_name, path):

0 commit comments

Comments
 (0)