Skip to content

Commit 6f3c253

Browse files
authored
Update swc_util.py
1 parent 05e9d19 commit 6f3c253

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/segmentation_skeleton_metrics/utils/swc_util.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ def read_from_gcs(self, gcs_path):
290290
Returns
291291
-------
292292
Dequeue[dict]
293-
List of dictionaries whose keys and values are the attribute
293+
Dictionaries whose keys and values are the attribute
294294
names and values from an SWC file.
295295
"""
296296
# List filenames
@@ -320,7 +320,7 @@ def read_from_gcs_swcs(self, bucket_name, swc_paths):
320320
Returns
321321
-------
322322
Dequeue[dict]
323-
List of dictionaries whose keys and values are the attribute
323+
Dictionaries whose keys and values are the attribute
324324
names and values from an SWC file.
325325
"""
326326
pbar = tqdm(total=len(swc_paths), desc="Read SWCs")
@@ -379,7 +379,7 @@ def read_from_gcs_zips(self, bucket_name, zip_paths):
379379
Returns
380380
-------
381381
Dequeue[dict]
382-
List of dictionaries whose keys and values are the attribute
382+
Dictionaries whose keys and values are the attribute
383383
names and values from an SWC file.
384384
"""
385385
swc_dicts = deque()
@@ -400,7 +400,7 @@ def read_from_gcs_zip(self, bucket_name, path):
400400
Returns
401401
-------
402402
Dequeue[dict]
403-
List of dictionaries whose keys and values are the attribute
403+
Dictionaries whose keys and values are the attribute
404404
names and values from an SWC file.
405405
"""
406406
# Initialize cloud reader

0 commit comments

Comments
 (0)