Skip to content
Snippets Groups Projects
Commit edc5adf3 authored by Tor-Einar Skog's avatar Tor-Einar Skog
Browse files

Added more weather data

parent c314a47b
Branches
Tags
No related merge requests found
......@@ -74,16 +74,16 @@ public class BremiaLactucaeModelTest {
@Test
public void testGetResult() throws Exception {
System.out.println("getResult");
ModelConfiguration config = this.getConfiguration("/lier_2015.json");
ModelConfiguration config = this.getConfiguration("/lier_2017.json");
BremiaLactucaeModel instance = new BremiaLactucaeModel();
instance.setConfiguration(config);
List<Result> result = instance.getResult();
assertNotNull(result);
/*for(Result r:result){
for(Result r:result){
System.out.println(r.toString());
}*/
}
}
/**
* Test of getModelId method, of class BremiaLactucaeModel.
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment