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
{{ message }}
This repository has been archived by the owner on Jun 22, 2024. It is now read-only.
Describe the bug
In Line 79 we extract the time index from kwargs and use this time index on y. This leads to an error if the name of the time index in kwargs and y differs.
Similiar issue in line 85 and 86 where we set the name of the time_index to time. However, in general that would not match the name of the time dimension of the result or of y.
Expected behavior
In all three cases _get_time_indeces(y)[0] is used.
The text was updated successfully, but these errors were encountered:
Describe the bug
In Line 79 we extract the time index from kwargs and use this time index on y. This leads to an error if the name of the time index in kwargs and y differs.
Similiar issue in line 85 and 86 where we set the name of the time_index to time. However, in general that would not match the name of the time dimension of the result or of y.
Expected behavior
In all three cases
_get_time_indeces(y)[0]
is used.The text was updated successfully, but these errors were encountered: