Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
dcherian committed Jun 21, 2024
1 parent c061e6a commit 7100907
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xarray/core/dataarray.py
Original file line number Diff line number Diff line change
Expand Up @@ -6774,7 +6774,7 @@ def groupby(

grouper: Grouper
if group is not None:
if not groupers:
if groupers:
raise ValueError(
"Providing a combination of `group` and **groupers is not supported."
)
Expand Down

0 comments on commit 7100907

Please sign in to comment.