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
When running xclim, there is a particular RuntimeWarning emitted that pollutes the pytest summaries here and elsewhere:
xclim
RuntimeWarning
pytest
/home/runner/work/xclim/xclim/xclim/sdba/utils.py:345: RuntimeWarning: All-NaN slice encountered in interp_on_quantiles
It would be nice to mute this warning, if possible.
$ pytest
No response
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Setup Information
Description
When running
xclim
, there is a particularRuntimeWarning
emitted that pollutes thepytest
summaries here and elsewhere:It would be nice to mute this warning, if possible.
Steps To Reproduce
Additional context
No response
Contribution
Code of Conduct
The text was updated successfully, but these errors were encountered: