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

Correct typo in filepath

parent b04cafa7
No related branches found
No related tags found
1 merge request!4Neural network
Pipeline #2281 failed
...@@ -29,7 +29,7 @@ public final class MainTest { ...@@ -29,7 +29,7 @@ public final class MainTest {
int generation_population_method int generation_population_method
= TrainerParameters.POPULATION_INITIALIZATION_RANDOM; = TrainerParameters.POPULATION_INITIALIZATION_RANDOM;
String data_file = "ressources/webshell_data.json"; String data_file = "ressources/webshell_data.json";
String expected_file = "ressources/webshell_expecred.json"; String expected_file = "ressources/webshell_expected.json";
List<List<Double>> data List<List<Double>> data
= Utils.convertJsonToDataForTrainer(data_file); = Utils.convertJsonToDataForTrainer(data_file);
List<Double> expected List<Double> expected
......
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