We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug @pfebrer I think the below is pretty self-explanatory.
Code to reproduce problem
/home/docs/checkouts/readthedocs.org/user_builds/sisl/conda/latest/lib/python3.12/site-packages/sisl/viz/processors/bands.py:46: FutureWarning: Passing 'how' as positional argument(s) to dropna was deprecated in version v2023.10.0 and will raise an error two releases later. Please pass them as keyword arguments. ).dropna("band", "all") /home/docs/checkouts/readthedocs.org/user_builds/sisl/conda/latest/lib/python3.12/site-packages/sisl/viz/processors/bands.py:46: FutureWarning: Passing 'how' as positional argument(s) to dropna was deprecated in version v2023.10.0 and will raise an error two releases later. Please pass them as keyword arguments.
The text was updated successfully, but these errors were encountered:
Deprecated xarray argument
2b29e3b
Closes zerothi#641
Successfully merging a pull request may close this issue.
Describe the bug
@pfebrer I think the below is pretty self-explanatory.
Code to reproduce problem
The text was updated successfully, but these errors were encountered: