Skip to content

Commit 2663525

Browse files
Merge branch 'main' into update_documentation
2 parents 2b27756 + e723dbd commit 2663525

File tree

1 file changed

+2
-2
lines changed
  • src/pynwb/ndx_microscopy/testing

1 file changed

+2
-2
lines changed

src/pynwb/ndx_microscopy/testing/_mock.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ def mock_Segmentation2D(
154154
description: str = "A mock instance of a Segmentation2D type to be used for rapid testing.",
155155
number_of_rois: int = 5,
156156
image_shape: Tuple[int, int] = (10, 10),
157-
summary_images: Optional[List[pynwb.base.Images]] = None,
157+
summary_images: Optional[List[ndx_microscopy.SummaryImage]] = None,
158158
) -> ndx_microscopy.Segmentation2D:
159159
"""2D segmentation with image_mask/pixel_mask."""
160160
name = name or name_generator("Segmentation2D")
@@ -190,7 +190,7 @@ def mock_Segmentation3D(
190190
description: str = "A mock instance of a Segmentation3D type to be used for rapid testing.",
191191
number_of_rois: int = 5,
192192
image_shape: Tuple[int, int, int] = (10, 10, 10),
193-
summary_images: Optional[List[pynwb.base.Images]] = None,
193+
summary_images: Optional[List[ndx_microscopy.SummaryImage]] = None,
194194
) -> ndx_microscopy.Segmentation3D:
195195
"""3D segmentation with image_mask/voxel_mask."""
196196
name = name or name_generator("Segmentation3D")

0 commit comments

Comments
 (0)