-
Notifications
You must be signed in to change notification settings - Fork 23
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
WIP: Allowing the merging of samples for displaying model predictions without touching the PyHF model #505
base: master
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #505 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 22 22
Lines 2094 2145 +51
Branches 347 356 +9
=========================================
+ Hits 2094 2145 +51 ☔ View full report in Codecov by Sentry. |
… model_utils functions
@alexander-held -- I think this is a minimally invasive solution to the code, and I think I have added tests to cover the changes. Let me know if you have a test setup that you would like me to try out. I also appreciate feedback on performance aspects, especially on memory consumption. |
Addresses #502