You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When approximating central heating forward temperatures, ambient temperature is smoothed by a moving average of, per default, rolling_window_ambient_temperature=72[h].
If the snapshot length is lower than 72 hours, xarray runs into an error when calculating the moving average.
(reported by @bobbyxng )
Hot fix
Modify rolling window length in config.
Long-term fix
If this happens, throw a warning
Clip the rolling window length to the snapshot length
A warning rather than an error should be fine since we expect no user to make runs with snapshot length below rolling window length in production but rather for testing (@fneum)
The text was updated successfully, but these errors were encountered:
Problem
When approximating central heating forward temperatures, ambient temperature is smoothed by a moving average of, per default,
rolling_window_ambient_temperature=72
[h].If the
snapshot
length is lower than 72 hours,xarray
runs into an error when calculating the moving average.(reported by @bobbyxng )
Hot fix
Modify rolling window length in
config
.Long-term fix
The text was updated successfully, but these errors were encountered: