-
Notifications
You must be signed in to change notification settings - Fork 168
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: Wire optional seed result in TrackDensityVertexFinder
after #2917
#3002
fix: Wire optional seed result in TrackDensityVertexFinder
after #2917
#3002
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3002 +/- ##
==========================================
- Coverage 48.69% 48.69% -0.01%
==========================================
Files 493 493
Lines 28980 28991 +11
Branches 13800 13803 +3
==========================================
+ Hits 14112 14117 +5
- Misses 4939 4946 +7
+ Partials 9929 9928 -1 ☔ View full report in Codecov by Sentry. |
📊: Physics performance monitoring for 8e1ac39physmon summary
|
I think the output failures indicate that we're going back to the original outputs. I'd be inclined to either merge this and then manually remove the reference overrides (thus going back to the vanilla references active in Athena main) or doing that before merging and triggering here again. In any case, it's a bit of a manually timed operation. |
What suits better for you? From my side both is fine. If you revert the output changes we can just make this PR the next to go in |
Retriggered now with the reference override from before #2917. There were also two failure just due to connection issues, I believe. |
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.
Let's go!
…ts-project#2917 (acts-project#3002) In acts-project#2917 I changed the way how "no more seeds" is communicated in our vertexing code but forgot to wire this for the `TrackDensityVertexFinder` correctly.
…ts-project#2917 (acts-project#3002) In acts-project#2917 I changed the way how "no more seeds" is communicated in our vertexing code but forgot to wire this for the `TrackDensityVertexFinder` correctly.
…ts-project#2917 (acts-project#3002) In acts-project#2917 I changed the way how "no more seeds" is communicated in our vertexing code but forgot to wire this for the `TrackDensityVertexFinder` correctly.
In #2917 I changed the way how "no more seeds" is communicated in our vertexing code but forgot to wire this for the
TrackDensityVertexFinder
correctly.