Skip to content

Commit ca56aa1

Browse files
committed
Update test to remove picker id
1 parent 0622932 commit ca56aa1

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

tests/workflows/tomo/test_tomo_picking.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,6 @@ def test_picked_tomogram_run_class2d_with_diameter(
222222
"autoproc_program_id": 0,
223223
"batch_size": 5000,
224224
"nr_classes": 5,
225-
"picker_id": None,
226225
"class2d_grp_uuid": 6,
227226
"class_uuids": {str(i): i for i in range(1, 6)},
228227
"next_job": 9,
@@ -312,7 +311,6 @@ def test_picked_tomogram_run_class2d_estimate_diameter(
312311
"autoproc_program_id": 0,
313312
"batch_size": 5000,
314313
"nr_classes": 5,
315-
"picker_id": None,
316314
"class2d_grp_uuid": 12,
317315
"class_uuids": {str(i): i + 6 for i in range(1, 6)},
318316
"next_job": 9,
@@ -336,7 +334,6 @@ def test_picked_tomogram_run_class2d_estimate_diameter(
336334
"autoproc_program_id": 0,
337335
"batch_size": 5000,
338336
"nr_classes": 5,
339-
"picker_id": None,
340337
"class2d_grp_uuid": 18,
341338
"class_uuids": {str(i): i + 12 for i in range(1, 6)},
342339
"next_job": 11,

0 commit comments

Comments
 (0)