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

Solve checkstyle issues: set method on different smaller methods

parent c93d8e77
No related branches found
No related tags found
No related merge requests found
Pipeline #2198 failed
...@@ -125,7 +125,7 @@ public class Trainer { ...@@ -125,7 +125,7 @@ public class Trainer {
testing.getData(), testing.getData(),
testing.getExpected()); testing.getExpected());
Utils.computeStatisticalInformation( Utils.computeStatisticalInformationAndStoreInTextFile(
testing.getData(), testing.getData(),
testing.getExpected(), testing.getExpected(),
100, 100,
......
This diff is collapsed.
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