Skip to content
Snippets Groups Projects
Commit ec3eb379 authored by a.croix's avatar a.croix
Browse files

Fix style

parent f156610f
No related branches found
No related tags found
No related merge requests found
Checking pipeline status
......@@ -47,7 +47,6 @@ class SolutionAUCTest {
for (int i = 0; i < coord.size(); i++) {
assertEquals(roc_assert.get(i).getFalseAlarm(), coord.get(i).getFalseAlarm());
assertEquals(roc_assert.get(i).getTrueDetection(), coord.get(i).getTrueDetection());
//System.out.println("roc_assert.add(new RocCoordinates("+coord.get(i).getFalseAlarm() +"," + coord.get(i).getTrueDetection()+"));");
}
}
......
......@@ -41,7 +41,6 @@ class SolutionDistanceTest {
for (int i = 0; i < coord.size(); i++) {
assertEquals(roc_assert.get(i).getFalseAlarm(), coord.get(i).getFalseAlarm());
assertEquals(roc_assert.get(i).getTrueDetection(), coord.get(i).getTrueDetection());
//System.out.println("roc_assert.add(new RocCoordinates("+coord.get(i).getFalseAlarm() +"," + coord.get(i).getTrueDetection()+"));");
}
}
......
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