Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyCBakerPhD committed Aug 27, 2024
1 parent 8b0fe29 commit c024490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pynwb/tests/test_roundtrip.py
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ def test_roundtrip(self):
microscope = ndx_microscopy.testing.mock_Microscope(name="Microscope")
nwbfile.add_device(devices=microscope)

imaging_space = ndx_microscopy.testing.mock_PlanarImagingSpace(microscope=microscope)
imaging_space = ndx_microscopy.testing.mock_PlanarImagingSpace(name="PlanarImagingSpace", microscope=microscope)
nwbfile.add_lab_meta_data(lab_meta_data=imaging_space) # Would prefer .add_imaging_space()

microscopy_plane_segmentations = ndx_microscopy.testing.mock_MicroscopyPlaneSegmentation(
Expand Down

0 comments on commit c024490

Please sign in to comment.