Skip to content

Commit

Permalink
debugs
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyCBakerPhD committed Jul 17, 2024
1 parent 7effd8e commit 1d6fede
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/pynwb/ndx_microscopy/testing/_mock.py
Original file line number Diff line number Diff line change
@@ -151,6 +151,7 @@ def mock_MicroscopyPlaneSegmentation(
description=description,
imaging_space=imaging_space,
)
plane_segmentation.add_column(name="id", description="", data=list(range(number_of_rois)))

image_masks = list()
for _ in range(number_of_rois):
2 changes: 1 addition & 1 deletion src/pynwb/tests/test_constructors.py
Original file line number Diff line number Diff line change
@@ -135,8 +135,8 @@ def test_constructor_variable_depth_multi_channel_microscopy_volume():

mock_VariableDepthMultiChannelMicroscopyVolume(
microscope=microscope,
light_source=light_source,
imaging_space=imaging_space,
light_sources=[light_source],
optical_channels=[optical_channel],
)

0 comments on commit 1d6fede

Please sign in to comment.