Skip to content

Commit

Permalink
observation period set to 1 as appearing from ODH analytics - issue n…
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Angheben committed Sep 30, 2024
1 parent 0867e0c commit 2fb42f4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pollution_v2/src/common/data_model/road_weather.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,7 @@ def _build_entries_dictionary(self) -> Dict[str, Dict[datetime, RoadWeatherObser
result[group_by_station][group_by_time] = RoadWeatherObservationEntry(
station=stations[group_by_station],
valid_time=group_by_time,
# TODO check
period=-1,
period=1,
temp_aria=entry['temp_aria'],
temp_suolo=entry['temp_suolo'],
temp_rugiada=entry['temp_rugiada'],
Expand Down

0 comments on commit 2fb42f4

Please sign in to comment.