Skip to content

Commit 549be2f

Browse files
committed
Lint fix
1 parent 137ef79 commit 549be2f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ocf_datapipes/training/common.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,8 @@ def get_and_return_overlapping_time_periods_and_t0(used_datapipes: dict, key_for
182182
history_duration=timedelta(minutes=configuration.input_data.nwp.history_minutes),
183183
forecast_duration=timedelta(minutes=configuration.input_data.nwp.forecast_minutes),
184184
time_dim="init_time_utc",
185-
# Sometimes the forecast is only 4/day so 6 hour intervals - then we add 3-hour dropout
185+
# Sometimes the forecast is only 4/day so 6 hour intervals -
186+
# then we add 3-hour dropout
186187
nwp_max_staleness_minutes=60 * 9,
187188
)
188189
datapipes_for_time_periods.append(time_periods_datapipe)

0 commit comments

Comments
 (0)