Skip to content

Commit

Permalink
Fix mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
dcherian committed Mar 19, 2024
1 parent b6c9597 commit fe676d2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions xarray/core/groupby.py
Original file line number Diff line number Diff line change
Expand Up @@ -1077,6 +1077,9 @@ def _binary_op(self, other, f, reflexive=False):
result[var] = result[var].transpose(d, ...)
return result

def _restore_dim_order(self, stacked):
raise NotImplementedError

def _maybe_restore_empty_groups(self, combined):
"""Our index contained empty groups (e.g., from a resampling or binning). If we
reduced on that dimension, we want to restore the full index.
Expand Down

0 comments on commit fe676d2

Please sign in to comment.