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
Given a dataarray as input to LinearExpression.groupby, there is different behavior in the operation when setting use_fallback to True or False. While True leads to the standard xarray operation, False converts the dataarray to a pandas dataframe whose columns determine the index (multiindex) of the result.
We should align the behavior that when passing a datarray, the xarray format is put out.
The text was updated successfully, but these errors were encountered:
Given a dataarray as input to
LinearExpression.groupby
, there is different behavior in the operation when settinguse_fallback
to True or False. While True leads to the standard xarray operation, False converts the dataarray to a pandas dataframe whose columns determine the index (multiindex) of the result.We should align the behavior that when passing a datarray, the xarray format is put out.
The text was updated successfully, but these errors were encountered: