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 d6c8de1 commit d3b5c59Copy full SHA for d3b5c59
src/segmentation_skeleton_metrics/utils/swc_util.py
@@ -65,7 +65,7 @@ def read(self, swc_pointer):
65
66
Parameters
67
----------
68
- swc_pointer : dict, list, str
+ swc_pointer : str or List[str]
69
Object that points to SWC files to be read, must be one of:
70
- swc_path (str): Path to single SWC file.
71
- swc_dir_path (str): Path to local directory containing SWC files.
0 commit comments