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

Refactoring!

parent 1f319e3d
No related branches found
No related tags found
No related merge requests found
......@@ -592,7 +592,7 @@ public class AppleScabModel extends I18nImpl implements Model{
WeatherUtil wUtil = new WeatherUtil();
List<WeatherObservation> dailyAggregate = new ArrayList<>();
try {
dailyAggregate = wUtil.getAggregatedDailyValues(hourlyValues, this.timeZone, 21, aggregationType);
dailyAggregate = wUtil.getAggregatedDailyValues(hourlyValues, this.timeZone, 21, aggregationType,1);
}
catch (InvalidAggregationTypeException ex) {
// TODO
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment