diff --git a/src/test/java/no/nibio/vips/util/weather/YrWeatherForecastProviderTest.java b/src/test/java/no/nibio/vips/util/weather/YrWeatherForecastProviderTest.java index 811158e80a41e620a4c27f72a4b7675f11700e07..b3c21b63a1122c3cf03e31f3b6359485b3bdeb10 100755 --- a/src/test/java/no/nibio/vips/util/weather/YrWeatherForecastProviderTest.java +++ b/src/test/java/no/nibio/vips/util/weather/YrWeatherForecastProviderTest.java @@ -93,12 +93,13 @@ public class YrWeatherForecastProviderTest { result = instance.getWeatherForecasts(weatherStation); assertNotNull(result); Collections.sort(result); + /** for(WeatherObservation obs:result) { if(obs.getElementMeasurementTypeId().equals("TM")) System.out.println(obs.toString()); } - + */ WeatherUtil wUtil = new WeatherUtil(); //wUtil.checkForAndFixHourlyTimeSeriesHoles(result);