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

Refactoring Result object

parent f4228b24
No related branches found
No related tags found
No related merge requests found
Pipeline #179 failed
......@@ -84,7 +84,7 @@ public class LygusRugulipennisModel extends I18nImpl implements Model{
while(this.dataMatrix.getParamIntValueForDate(currentDate, DataMatrix.DAYS_ABOVE_THRESHOLD) != null)
{
Result result = new ResultImpl();
result.setResultValidTime(currentDate);
result.setValidTimeStart(currentDate);
// Adding model parameters
Integer daysAboveUpperThreshold = this.dataMatrix.getParamIntValueForDate(currentDate, DataMatrix.DAYS_ABOVE_THRESHOLD);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment