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
This will require an update to
pyhf/.github/workflows/lower-bound-requirements.yml
Lines 35 to 42 in f7e974f
given that the current workflow ignores all warnings, and so this fails for the Minimum supported dependencies workflow. Do this in another PR.
$ PYTHONWARNINGS='default' pytest tests/test_infer.py
works, but I don't think that will work for the entire test suite.
Originally posted by @matthewfeickert in #1274 (comment)
The text was updated successfully, but these errors were encountered:
Just get rid of the UserWarning instead #1274 (comment) as they aren't very useful in reality.
UserWarning
Sorry, something went wrong.
No branches or pull requests
This will require an update to
pyhf/.github/workflows/lower-bound-requirements.yml
Lines 35 to 42 in f7e974f
given that the current workflow ignores all warnings, and so this fails for the Minimum supported dependencies workflow. Do this in another PR.
$ PYTHONWARNINGS='default' pytest tests/test_infer.py
works, but I don't think that will work for the entire test suite.
Originally posted by @matthewfeickert in #1274 (comment)
The text was updated successfully, but these errors were encountered: