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
To fix this, we will need to update our heuristics that decide if a groupby operation is a "transform" type operation that should have the output reordered to the original order:
This would be useful, for example, for grouped sampling:
https://stackoverflow.com/questions/46498247/how-to-downsample-xarray-dataset-using-groupby
To fix this, we will need to update our heuristics that decide if a groupby operation is a "transform" type operation that should have the output reordered to the original order:
xarray/xarray/core/groupby.py
Lines 293 to 299 in 24643ec
The text was updated successfully, but these errors were encountered: