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
Reduce number of windows by one in WindowedForecast
This is a partial revert of c08a256
that added one to the number of windows to ensure that for low durations
the number of windows is the same as the number of data points. While this
fixed errors for durations close to 48h, it introduced #119 that caused
errors for low durations (5 min). This is caused by the interpolation
trying to read past the last data frame.
Fixes: #119
0 commit comments