Skip to content

Commit cba0ae8

Browse files
authored
remove processing module creation (#2099)
1 parent 7a38529 commit cba0ae8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/pynwb/testing/mock/ophys.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,6 @@ def mock_ImagingPlane(
7676
)
7777

7878
if nwbfile is not None:
79-
if "ophys" not in nwbfile.processing:
80-
nwbfile.create_processing_module("ophys", "ophys")
8179
nwbfile.add_imaging_plane(imaging_plane)
8280

8381
return imaging_plane

0 commit comments

Comments
 (0)