-
Notifications
You must be signed in to change notification settings - Fork 38
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
Fix bug in systematics #419
Conversation
Codecov Report
@@ Coverage Diff @@
## master #419 +/- ##
==========================================
+ Coverage 82.71% 83.11% +0.40%
==========================================
Files 297 298 +1
Lines 37060 37692 +632
==========================================
+ Hits 30654 31328 +674
+ Misses 6406 6364 -42
Continue to review full report at Codecov.
|
Okay, this is ready for review. I know the diff looks scary, but that's mostly just because I rearranged Systematics.hpp so that the methods weren't randomly scattered across the file. The only substantive changes in this PR are:
|
Superseded by #451 |
This pull request: