Skip to content

Commit

Permalink
Remove .drop warning allow (#8988)
Browse files Browse the repository at this point in the history
  • Loading branch information
max-sixty authored Apr 30, 2024
1 parent 4aa5e47 commit 0d6662e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,6 @@ filterwarnings = [
"default:deallocating CachingFileManager:RuntimeWarning:xarray.backends.netCDF4_",
"default:deallocating CachingFileManager:RuntimeWarning:xarray.core.indexing",
"default:Failed to decode variable.*NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays:DeprecationWarning",
"default:dropping variables using `drop` is deprecated; use drop_vars:DeprecationWarning:xarray.tests.test_groupby",
"default:The `interpolation` argument to quantile was renamed to `method`:FutureWarning:xarray.*",
"default:invalid value encountered in cast:RuntimeWarning:xarray.core.duck_array_ops",
"default:invalid value encountered in cast:RuntimeWarning:xarray.conventions",
Expand Down

0 comments on commit 0d6662e

Please sign in to comment.