From 222df6ea91500c4f7c0033e68af25bc5a1e8a7ef Mon Sep 17 00:00:00 2001 From: andyjessen Date: Sun, 7 May 2023 04:13:59 -0600 Subject: [PATCH] Fix docstring Documentation does not match a parameter variable in the _load_metadata function. --- sybil/serie.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sybil/serie.py b/sybil/serie.py index 52f7530..b4ea826 100644 --- a/sybil/serie.py +++ b/sybil/serie.py @@ -153,7 +153,7 @@ def _load_metadata(self, paths, voxel_spacing, file_type): Parameters ---------- - `dicom_paths` : List[str] + `paths` : List[str] List of paths to dicom files `voxel_spacing`: Optional[List[float]], optional The voxel spacing associated with input CT