Skip to content

Commit

Permalink
Remove uneeded (?) warning filter
Browse files Browse the repository at this point in the history
  • Loading branch information
aulemahal authored and Zeitsperre committed Oct 17, 2024
1 parent f025ba8 commit 27ec95f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_sdba/test_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ def test_grouper_get_index(tas_series, group, interp, val90):

# xarray does not yet access "week" or "weekofyear" with groupby in a pandas-compatible way for cftime objects.
# See: https://github.com/pydata/xarray/discussions/6375
@pytest.mark.filterwarnings("ignore:dt.weekofyear and dt.week have been deprecated")
@pytest.mark.slow
@pytest.mark.parametrize(
"group,n",
Expand Down

0 comments on commit 27ec95f

Please sign in to comment.