Skip to content

Commit

Permalink
Merge branch 'all_previous_prs_and_variable_depth_static' into swap_t…
Browse files Browse the repository at this point in the history
…o_um
  • Loading branch information
CodyCBakerPhD authored Jul 17, 2024
2 parents eaf57c9 + c4e8f3a commit ff59317
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pynwb/ndx_microscopy/testing/_mock.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@ def mock_VolumetricImagingSpace(

def mock_MicroscopySegmentations(
name: Optional[str] = None,
microscopy_plane_segmentations: Optional[Iterable[ndx_microscopy.PlaneSegmentation]] = None,
) -> ndx_microscopy.MicroscopyImageSegmentation:
microscopy_plane_segmentations: Optional[Iterable[ndx_microscopy.MicroscopyPlaneSegmentation]] = None,
) -> ndx_microscopy.MicroscopySegmentations:
name = name or name_generator("MicroscopySegmentations")
microscopy_plane_segmentations = microscopy_plane_segmentations or [mock_MicroscopyPlaneSegmentation()]

Expand Down

0 comments on commit ff59317

Please sign in to comment.