Master
Compare changes
- Tor-Einar Skog authored
@@ -240,11 +240,10 @@ public class NegativePrognosisModel extends I18nImpl implements Model{
@@ -240,11 +240,10 @@ public class NegativePrognosisModel extends I18nImpl implements Model{
List<WeatherObservation> observations = mapper.convertValue(config.getConfigParameter("observations"), new TypeReference<List<WeatherObservation>>(){});
this.dataMatrix.setParamDoubleValueForDate(o.getTimeMeasured(), o.getElementMeasurementTypeId(), o.getValue());