Skip to content
Snippets Groups Projects
Commit 8b4cc064 authored by Jonathan Foucher's avatar Jonathan Foucher
Browse files

fix test with new values

parent 59403054
No related branches found
No related tags found
No related merge requests found
Checking pipeline status
......@@ -299,12 +299,12 @@ public function testEvaluationBestMeasures()
$expected = [
0 => 9,
1 => 5,
2 => 1,
3 => 2,
4 => 10,
2 => 10,
3 => 1,
4 => 7,
5 => 3,
6 => 7,
7 => 6,
6 => 6,
7 => 2,
8 => 4,
9 => 8,
];
......
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