Skip to content

Commit

Permalink
Fixed formatting error in EvaluatorCSV
Browse files Browse the repository at this point in the history
  • Loading branch information
D060249 committed Dec 1, 2021
1 parent 741d0bf commit 2fac28e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,8 @@ private void writeOverviewFileMatcherTestCase(TestCase testCase, String matcher,
propertiesCm.getTruePositiveSize(), propertiesCm.getFalsePositiveSize(),
propertiesCm.getFalseNegativeSize(), propertiesCm.getNumberOfCorrespondences(), "-", "-"));
testCasePerformanceCubePrinter.printRecord((Object[]) toStringArrayWithArrayAtTheEnd(extensionValues,
testCase.getTrack().getName(), testCase.getName(), matcher, "PROPERTIES",
testCase.getTrack().getName(), testCase.getTrack().getVersion(),
testCase.getName(), matcher, "PROPERTIES",
propertiesCm.getPrecision(), propertiesCm.getRecall(), propertiesResidualCm.getRecall(),
propertiesCm.getF1measure(), propertiesCm.getTruePositiveSize(),
propertiesCm.getFalsePositiveSize(), propertiesCm.getFalseNegativeSize(),
Expand Down

0 comments on commit 2fac28e

Please sign in to comment.