@@ -90,6 +90,8 @@ def test_picked_tomogram_run_class2d(
9090 mock_ids , mock_transport , murfey_db_session : Session , tmp_path
9191):
9292 """Run the picker feedback with less particles than needed for classification"""
93+ mock_transport .feedback_queue = "murfey_feedback"
94+
9395 # Insert table dependencies
9496 dcg_entry : DataCollectionGroup = get_or_create_db_entry (
9597 murfey_db_session ,
@@ -192,16 +194,16 @@ def test_picked_tomogram_run_class2d(
192194 "tomogram" : message ["tomogram" ],
193195 "cbox_3d" : message ["cbox_3d" ],
194196 "pixel_size" : message ["pixel_size" ],
195- "particle_diameter" : 200 ,
197+ "particle_diameter" : 200.0 ,
196198 "kv" : 300 ,
197199 "node_creator_queue" : "node_creator" ,
198200 "session_id" : message ["session_id" ],
199201 "autoproc_program_id" : 0 ,
200202 "batch_size" : 10000 ,
201- "nr_classes" : 10 ,
203+ "nr_classes" : 5 ,
202204 "picker_id" : None ,
203- "class2d_grp_uuid" : 0 ,
204- "class_uuids" : {str (i ): i for i in range (10 )},
205+ "class2d_grp_uuid" : 6 ,
206+ "class_uuids" : {str (i ): i for i in range (1 , 6 )},
205207 "feedback_queue" : "murfey_feedback" ,
206208 },
207209 "recipes" : ["em-tomo-class2d" ],
0 commit comments