-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
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
docs: Fix download method of probability models archive in impact plot notebook #1721
docs: Fix download method of probability models archive in impact plot notebook #1721
Conversation
This reverts commit e03e050.
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
I've run the notebook tests with workflow dispatch and they pass. |
Codecov Report
@@ Coverage Diff @@
## master #1721 +/- ##
=======================================
Coverage 98.12% 98.12%
=======================================
Files 64 64
Lines 4269 4269
Branches 682 682
=======================================
Hits 4189 4189
Misses 46 46
Partials 34 34
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
I missed that this is happening for the pull plots example notebook too. |
…notebook (#1724) * Use stable DOI https://doi.org/10.17182/hepdata.89408.v3/r2 to download probability models archive from HEPData. * Use `pyhf contrib download` as it can properly accept HEPData headers. * Change directories for the impact plot notebook test so that the paths used in the notebook do not have to be changed to accommodate testing paths. * This PR is complimentary to PR #1721
Description
The nightly notebook tests are failing due to the ImpactPlot notebook because of changes in HEPData. Adopting the new DOIs for the probability models and using
pyhf contrib download
to properly deal with HEPData headers fixes this.Checklist Before Requesting Reviewer
Before Merging
For the PR Assignees: