Skip to content
forked from pydata/xarray

Commit

Permalink
Update xarray/tests/test_groupby.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dcherian committed Dec 2, 2023
1 parent 4e9a063 commit bf8139d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xarray/tests/test_groupby.py
Original file line number Diff line number Diff line change
Expand Up @@ -1144,7 +1144,7 @@ def test_groupby_properties(self):
"by, use_da", [("x", False), ("y", False), ("y", True), ("abc", False)]
)
@pytest.mark.parametrize("shortcut", [True, False])
@pytest.mark.parametrize("squeeze", [None])
@pytest.mark.parametrize("squeeze", [None, True, False])
def test_groupby_map_identity(self, by, use_da, shortcut, squeeze, recwarn) -> None:
expected = self.da
if use_da:
Expand Down

0 comments on commit bf8139d

Please sign in to comment.