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 { ...@@ -74,16 +74,16 @@ public class BremiaLactucaeModelTest {
@Test @Test
public void testGetResult() throws Exception { public void testGetResult() throws Exception {
System.out.println("getResult"); System.out.println("getResult");
ModelConfiguration config = this.getConfiguration("/lier_2015.json"); ModelConfiguration config = this.getConfiguration("/lier_2017.json");
BremiaLactucaeModel instance = new BremiaLactucaeModel(); BremiaLactucaeModel instance = new BremiaLactucaeModel();
instance.setConfiguration(config); instance.setConfiguration(config);
List<Result> result = instance.getResult(); List<Result> result = instance.getResult();
assertNotNull(result); assertNotNull(result);
/*for(Result r:result){ for(Result r:result){
System.out.println(r.toString()); System.out.println(r.toString());
}*/ }
} }
/** /**
* Test of getModelId method, of class BremiaLactucaeModel. * Test of getModelId method, of class BremiaLactucaeModel.
......
Source diff could not be displayed: it is too large. Options to address this: view the blob.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment