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

test: Removing debug output

parent 5f34be35
No related branches found
No related tags found
2 merge requests!85chore(deps): update dependency org.hibernate:hibernate-spatial to v6.1.7.final - autoclosed,!84chore(deps): update dependency org.hibernate:hibernate-core to v6.1.7.final - autoclosed
...@@ -93,12 +93,13 @@ public class YrWeatherForecastProviderTest { ...@@ -93,12 +93,13 @@ public class YrWeatherForecastProviderTest {
result = instance.getWeatherForecasts(weatherStation); result = instance.getWeatherForecasts(weatherStation);
assertNotNull(result); assertNotNull(result);
Collections.sort(result); Collections.sort(result);
/**
for(WeatherObservation obs:result) for(WeatherObservation obs:result)
{ {
if(obs.getElementMeasurementTypeId().equals("TM")) if(obs.getElementMeasurementTypeId().equals("TM"))
System.out.println(obs.toString()); System.out.println(obs.toString());
} }
*/
WeatherUtil wUtil = new WeatherUtil(); WeatherUtil wUtil = new WeatherUtil();
//wUtil.checkForAndFixHourlyTimeSeriesHoles(result); //wUtil.checkForAndFixHourlyTimeSeriesHoles(result);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment