Skip to content

Commit 17d4759

Browse files
committed
Ids are bigger
1 parent f6e7d02 commit 17d4759

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/workflows/tomo/test_tomo_picking.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -313,8 +313,8 @@ def test_picked_tomogram_run_class2d_estimate_diameter(
313313
"batch_size": 10000,
314314
"nr_classes": 5,
315315
"picker_id": None,
316-
"class2d_grp_uuid": 6,
317-
"class_uuids": {str(i): i for i in range(1, 6)},
316+
"class2d_grp_uuid": 12,
317+
"class_uuids": {str(i): i for i in range(7, 12)},
318318
"next_job": 9,
319319
"feedback_queue": "murfey_feedback",
320320
},
@@ -337,8 +337,8 @@ def test_picked_tomogram_run_class2d_estimate_diameter(
337337
"batch_size": 10000,
338338
"nr_classes": 5,
339339
"picker_id": None,
340-
"class2d_grp_uuid": 12,
341-
"class_uuids": {str(i): i for i in range(7, 12)},
340+
"class2d_grp_uuid": 18,
341+
"class_uuids": {str(i): i for i in range(13, 18)},
342342
"next_job": 11,
343343
"feedback_queue": "murfey_feedback",
344344
},

0 commit comments

Comments
 (0)