Skip to content

Commit

Permalink
Generate dummy imaging and segmentation extractors for testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
pauladkisson committed Oct 3, 2023
1 parent ab6cdfc commit e308db6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/roiextractors/testing.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ def generate_dummy_imaging_extractor(
sampling_frequency: float = 30,
dtype: DtypeType = "uint16",
) -> ImagingExtractor:
"""Generate a dummy imaging extractor for testing.
"""
Generate a dummy imaging extractor for testing.
The imaging extractor is built by feeding random data into the `NumpyImagingExtractor`.
Expand Down Expand Up @@ -104,7 +105,8 @@ def generate_dummy_segmentation_extractor(
has_neuropil_signal: bool = True,
rejected_list: Optional[list] = None,
) -> SegmentationExtractor:
"""Generate a dummy segmentation extractor for testing.
"""
Generate a dummy segmentation extractor for testing.
The segmentation extractor is built by feeding random data into the
`NumpySegmentationExtractor`.
Expand Down

0 comments on commit e308db6

Please sign in to comment.