-
Notifications
You must be signed in to change notification settings - Fork 30
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: move remaining JChainFactory algorithms to JChainMultifactory #1142
Conversation
c0f381c
to
1d180dd
Compare
Many diffs now, https://github.com/eic/EICrecon/actions/runs/7024406714/job/19113472906?pr=1142, but includes timestamp changes and may be due to rollout of recent geometry changes, in particular eic/epic@0746c07. (we need checksum comparisons) |
3365f8a
to
e3a5213
Compare
e3a5213
to
a40f43b
Compare
a40f43b
to
0d2babd
Compare
Much better. No more diffs https://github.com/eic/EICrecon/actions/runs/7040539144/job/19162385780#step:11:105. |
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.
🎉 Very nice! 🎉
I'll go ahead and merge this. |
Briefly, what does this PR introduce?
We still had a number of algorithms inheriting JChainFactory, not JChainMultifactory. This migrates these remaining ones to JChainMultifactory.
What kind of change does this PR introduce?
Please check if this PR fulfills the following:
Does this PR introduce breaking changes? What changes might users need to make to their code?
No.
Does this PR change default behavior?
No.