From c0244905d129a17b4d16ec2ade1849ad1c588fe8 Mon Sep 17 00:00:00 2001 From: Cody Baker Date: Tue, 27 Aug 2024 14:21:04 -0400 Subject: [PATCH] debug --- src/pynwb/tests/test_roundtrip.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pynwb/tests/test_roundtrip.py b/src/pynwb/tests/test_roundtrip.py index 2263d6f..80d6c54 100644 --- a/src/pynwb/tests/test_roundtrip.py +++ b/src/pynwb/tests/test_roundtrip.py @@ -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(