-
Notifications
You must be signed in to change notification settings - Fork 176
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: GX2F (Global Chi2 Fitter) | Gχ²F #1580
Conversation
rearrange and spelling
Codecov Report
@@ Coverage Diff @@
## main #1580 +/- ##
==========================================
- Coverage 48.58% 48.54% -0.05%
==========================================
Files 381 384 +3
Lines 20833 21041 +208
Branches 9557 9693 +136
==========================================
+ Hits 10122 10214 +92
+ Misses 4108 4105 -3
- Partials 6603 6722 +119
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
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 glanced over the code. feel free to just archive my comments if they don't make sense
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.
I am ok to get this in if we put it in a follow-up PR into Experimental and then start tackling the next parts.
I'll merge this manually when the CI completes, so we can properly add a reference to @r4lv in the commit. |
…cts-project#2302) Clean removal of my old gx2f implementation from PR acts-project#1580 to make space for my new implementation. The new one will work, I promise.
A clean PR for the GX2F. This is the completion of PR #1099 since, some segfaults on mac were causing problems (read there for more info on that issue).
The GX2F consists now of:
Chi2Fitter.hpp
Update 2022-10-26: We found a second segfault and fixed it with this commit
Update 2022-10-28: move to namespace
Experimental
Update 2022-10-31: adapt for PR #1512 (thank you @paulgessinger)
Update 2022-10-31: adapt for PR #1610