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
Currently the PointWiseDownscaler seems to fail if the model data time dimension does not have a pandas Datetime Index, and it fails with KeyError: 'time' even when the time attribute is present. This occurs in the _da_to_df function when transposing the data array and extracting the time index for the resulting dataframe.
The text was updated successfully, but these errors were encountered:
Currently the PointWiseDownscaler seems to fail if the model data time dimension does not have a pandas Datetime Index, and it fails with
KeyError: 'time'
even when the time attribute is present. This occurs in the_da_to_df
function when transposing the data array and extracting the time index for the resulting dataframe.The text was updated successfully, but these errors were encountered: