Skip to content

Commit 7100907

Browse files
committed
bugfix
1 parent c061e6a commit 7100907

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xarray/core/dataarray.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6774,7 +6774,7 @@ def groupby(
67746774

67756775
grouper: Grouper
67766776
if group is not None:
6777-
if not groupers:
6777+
if groupers:
67786778
raise ValueError(
67796779
"Providing a combination of `group` and **groupers is not supported."
67806780
)

0 commit comments

Comments
 (0)