Skip to content

Commit

Permalink
fixed caiman docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
pauladkisson committed May 22, 2024
1 parent 144f1dd commit cc00314
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def __init__(self, file_path: PathType):
Parameters
----------
file_path: str
The location of the folder containing caiman *.hdf5 output file.
The location of the folder containing caiman .hdf5 output file.
"""
SegmentationExtractor.__init__(self)
self.file_path = file_path
Expand Down Expand Up @@ -170,7 +170,7 @@ def get_rejected_list(self):

@staticmethod
def write_segmentation(segmentation_object: SegmentationExtractor, save_path: PathType, overwrite: bool = True):
"""Write a segmentation object to a *.hdf5 or *.h5 file specified by save_path.
"""Write a segmentation object to a .hdf5 or .h5 file specified by save_path.
Parameters
----------
Expand Down

0 comments on commit cc00314

Please sign in to comment.