Skip to content

Commit fc6f29a

Browse files
committed
WIP
1 parent 9d062eb commit fc6f29a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

xarray/core/groupby.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -530,6 +530,8 @@ def _binary_op(self, other, f, reflexive=False):
530530
if dim in result.dims:
531531
# guards against self._group_dim being "stacked"
532532
result = result.transpose(dim, ...)
533+
# for var in set(obj.coords) - set(obj.xindexes):
534+
# result[var] = result[var].broadcast_like(other)
533535
return result
534536

535537
def _maybe_restore_empty_groups(self, combined):

0 commit comments

Comments
 (0)