Skip to content
forked from pydata/xarray

Commit bf8139d

Browse files
authored
Update xarray/tests/test_groupby.py
1 parent 4e9a063 commit bf8139d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: xarray/tests/test_groupby.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1144,7 +1144,7 @@ def test_groupby_properties(self):
11441144
"by, use_da", [("x", False), ("y", False), ("y", True), ("abc", False)]
11451145
)
11461146
@pytest.mark.parametrize("shortcut", [True, False])
1147-
@pytest.mark.parametrize("squeeze", [None])
1147+
@pytest.mark.parametrize("squeeze", [None, True, False])
11481148
def test_groupby_map_identity(self, by, use_da, shortcut, squeeze, recwarn) -> None:
11491149
expected = self.da
11501150
if use_da:

0 commit comments

Comments
 (0)