-
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
feat: support no POI #950
feat: support no POI #950
Conversation
Codecov Report
@@ Coverage Diff @@
## master #950 +/- ##
==========================================
+ Coverage 96.31% 96.45% +0.13%
==========================================
Files 57 57
Lines 3204 3212 +8
Branches 438 441 +3
==========================================
+ Hits 3086 3098 +12
+ Misses 75 73 -2
+ Partials 43 41 -2
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some changes need to be made. Overall, looks surprisingly simple. Does pyhf inspect
work with this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good. Just have some small questions and nitpicky suggestions.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a few style suggestions for me, but I'll approve this. 👍
Co-authored-by: Matthew Feickert <matthew.feickert@cern.ch>
Description
closes #514, closes #946