Skip to content
forked from pydata/xarray

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dcherian committed Mar 21, 2022
1 parent fd3031c commit bae15d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xarray/core/groupby.py
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@ def _binary_op(self, other, f, reflexive=False):
# so we align by reindexing and then rename dimensions.

# Broadcast out scalars for backwards compatibility
# TODO: get rid of this.
# TODO: get rid of this when fixing GH2145
for var in other.coords:
if other[var].ndim == 0:
other[var] = (
Expand Down

0 comments on commit bae15d5

Please sign in to comment.