You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Automated tests trigger loads of warnings about this. For e.g.
tests/test_input_damages.py::test_compute_ag_damages
/Users/brewstermalevich/Projects/dscim/src/dscim/preprocessing/input_damages.py:426: PendingDeprecationWarning: dropping variables using `drop` will be deprecated; using drop_vars is encouraged.
.drop("variable")
Should move the code away from using .drop() on xarray structures before this starts to throw errors.
The text was updated successfully, but these errors were encountered:
Automated tests trigger loads of warnings about this. For e.g.
Should move the code away from using
.drop()
on xarray structures before this starts to throw errors.The text was updated successfully, but these errors were encountered: