Skip to content

Commit 0d6662e

Browse files
authored
Remove .drop warning allow (#8988)
1 parent 4aa5e47 commit 0d6662e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,6 @@ filterwarnings = [
319319
"default:deallocating CachingFileManager:RuntimeWarning:xarray.backends.netCDF4_",
320320
"default:deallocating CachingFileManager:RuntimeWarning:xarray.core.indexing",
321321
"default:Failed to decode variable.*NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays:DeprecationWarning",
322-
"default:dropping variables using `drop` is deprecated; use drop_vars:DeprecationWarning:xarray.tests.test_groupby",
323322
"default:The `interpolation` argument to quantile was renamed to `method`:FutureWarning:xarray.*",
324323
"default:invalid value encountered in cast:RuntimeWarning:xarray.core.duck_array_ops",
325324
"default:invalid value encountered in cast:RuntimeWarning:xarray.conventions",

0 commit comments

Comments
 (0)