Skip to content
Snippets Groups Projects
Verified Commit 7e22020e authored by Erwan Rouchet's avatar Erwan Rouchet
Browse files

Remove nb_best from ML classes list

parent 6b9540d0
No related branches found
No related tags found
1 merge request!113Remove nb_best from ML classes list
Pipeline #78627 passed
......@@ -24,7 +24,6 @@ def test_get_ml_class_id_load_classes(responses, mock_elements_worker):
{
"id": "0000",
"name": "good",
"nb_best": 0,
}
],
},
......
......@@ -198,17 +198,14 @@ def test_load_corpus_classes(responses, mock_elements_worker):
{
"id": "0000",
"name": "good",
"nb_best": 0,
},
{
"id": "1111",
"name": "average",
"nb_best": 0,
},
{
"id": "2222",
"name": "bad",
"nb_best": 0,
},
],
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment