-
Notifications
You must be signed in to change notification settings - Fork 178
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
refactor!: move useBeamSpotConstraint to vertexingOptions #2272
Conversation
Codecov Report
@@ Coverage Diff @@
## main #2272 +/- ##
==========================================
+ Coverage 49.53% 49.60% +0.07%
==========================================
Files 453 453
Lines 25692 25691 -1
Branches 11819 11814 -5
==========================================
+ Hits 12726 12744 +18
+ Misses 4583 4569 -14
+ Partials 8383 8378 -5
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
I guess this is breaking backward compatibility? Outputs seem unchanged on our end. |
Ah yes indeed it does! I didn't have this in mind when coding (I am still not used to working on such big projects). I guess this is a no-go? |
No not at all, we just have to handle it correctly. I might have to ask you to do some checks on the Athena side to determine the impact (cc @CarloVarni @noemina) |
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.
Here are a few comments.
Can we get this in before the end of the week in time for v28
?
start removing boolean useBeamSpotConstr Co-authored-by: Paul Gessinger <hello@paulgessinger.com>
/run-experiment atlas |
The bridged physmon job fails due (at least) 3 FPEs that are encountered. From the
Any ideas @felix-russo? |
Transient error, breaks (broke) the build though. |
Previously, the boolean member variable
useBeamSpotConstraint
of the AMVF and IVF was set independently of the actual beam spot constraint which was part of thevertexingOptions
. This PR movesuseBeamSpotConstraint
tovertexingOptions
as well.