1111 check_roi_response_series_dims ,
1212 check_roi_response_series_link_to_plane_segmentation ,
1313)
14- from nwbinspector .register_checks import InspectorMessage , Importance , Severity
14+ from nwbinspector .register_checks import InspectorMessage , Importance
1515
1616
1717class TestCheckRoiResponseSeries (TestCase ):
@@ -84,7 +84,6 @@ def test_check_flipped_dims(self):
8484 check_function_name = "check_roi_response_series_dims" ,
8585 object_type = "RoiResponseSeries" ,
8686 object_name = "RoiResponseSeries" ,
87- location = "/processing/ophys/" ,
8887 )
8988
9089 def test_check_wrong_dims (self ):
@@ -110,7 +109,6 @@ def test_check_wrong_dims(self):
110109 check_function_name = "check_roi_response_series_dims" ,
111110 object_type = "RoiResponseSeries" ,
112111 object_name = "RoiResponseSeries" ,
113- location = "/processing/ophys/" ,
114112 )
115113
116114 def test_pass_check_roi_response_series_dims (self ):
@@ -134,7 +132,6 @@ def test_check_roi_response_series_link_to_plane_segmentation(self):
134132 dt .add_column ("a" , "desc" )
135133 for _ in range (5 ):
136134 dt .add_row (a = 1 )
137-
138135 dtr = DynamicTableRegion (name = "n" , description = "desc" , data = [0 , 1 , 2 , 3 , 4 ], table = dt )
139136 roi_resp_series = RoiResponseSeries (
140137 name = "RoiResponseSeries" ,
@@ -152,7 +149,6 @@ def test_check_roi_response_series_link_to_plane_segmentation(self):
152149 check_function_name = "check_roi_response_series_link_to_plane_segmentation" ,
153150 object_type = "RoiResponseSeries" ,
154151 object_name = "RoiResponseSeries" ,
155- location = "/processing/ophys/" ,
156152 )
157153
158154 def test_pass_check_roi_response_series_link_to_plane_segmentation (self ):
0 commit comments