From fafd960ff390b29ce54a2cdc97d5ae90d77e5193 Mon Sep 17 00:00:00 2001 From: Maximilian Roos <5635139+max-sixty@users.noreply.github.com> Date: Fri, 30 Aug 2024 16:13:30 -0700 Subject: [PATCH] Update xarray/core/dataarray.py --- xarray/core/dataarray.py | 1 + 1 file changed, 1 insertion(+) diff --git a/xarray/core/dataarray.py b/xarray/core/dataarray.py index 703eef54133..972e2428fa9 100644 --- a/xarray/core/dataarray.py +++ b/xarray/core/dataarray.py @@ -6708,6 +6708,7 @@ def interp_calendar( def groupby( self, group: GroupInput = None, + *, squeeze: Literal[False] = False, restore_coord_dims: bool = False, **groupers: Grouper,