File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/segmentation_skeleton_metrics/utils Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -70,11 +70,11 @@ def read(self, swc_pointer):
7070 - swc_path (str): Path to single SWC file.
7171 - swc_dir_path (str): Path to local directory containing SWC files.
7272 - swc_zip_path (str): Path to a local ZIP archive containing SWC files.
73- - swc_zip_dir_path (str): Path to directory of ZIPs with SWC files.
73+ - swc_zip_dir_path (str): Path to a local directory of ZIPs with SWC files.
7474 - swc_s3_dir_path (str): Path to S3 directory containing SWC files.
7575 - swc_gcs_dir_path (str): Path to GCS directory containing SWC files.
7676 - swc_gcs_zip_dir_path (str): Path to GCS directory containing ZIP archives of SWC files.
77- - swc_path_list (List[str]): List of paths to SWC files on local machine .
77+ - swc_path_list (List[str]): List of paths to local SWC files.
7878
7979 Returns
8080 -------
You can’t perform that action at this time.
0 commit comments