Skip to content

Commit

Permalink
Merge pull request #259 from catalystneuro/rly-patch-1
Browse files Browse the repository at this point in the history
Fix docstring in CaimanSegmentationExtractor
  • Loading branch information
CodyCBakerPhD authored Nov 9, 2023
2 parents f404852 + 7a21326 commit 3f93d76
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class CaimanSegmentationExtractor(SegmentationExtractor):
"""A SegmentationExtractor for CaImAn.
This class inherits from the SegmentationExtractor class, having all
its funtionality specifically applied to the dataset output from
its functionality specifically applied to the dataset output from
the 'CaImAn' ROI segmentation method.
"""

Expand All @@ -49,7 +49,7 @@ def __init__(self, file_path: PathType):
Parameters
----------
file_path: str
The location of the folder containing caiman *.hdmf output file.
The location of the folder containing caiman *.hdf5 output file.
"""
SegmentationExtractor.__init__(self)
self.file_path = file_path
Expand Down

0 comments on commit 3f93d76

Please sign in to comment.