Skip to content
forked from pydata/xarray

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
dcherian committed Sep 5, 2024
1 parent b96618b commit eebb067
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xarray/tests/test_groupby.py
Original file line number Diff line number Diff line change
Expand Up @@ -2812,6 +2812,7 @@ def test_groupby_preserve_dtype(reduction):
assert actual == expected


@requires_dask
@requires_flox
@pytest.mark.parametrize("reduction", ["any", "all", "count"])
def test_gappy_resample_reductions(reduction):
Expand Down

0 comments on commit eebb067

Please sign in to comment.