-
Notifications
You must be signed in to change notification settings - Fork 174
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!: set different initial spatial and temporal vertex variances #2804
Conversation
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.
looks good! lets see what this does to the pull
📊: Physics performance monitoring for e353300physmon summary
|
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #2804 +/- ##
==========================================
- Coverage 48.62% 48.62% -0.01%
==========================================
Files 480 480
Lines 28019 28019
Branches 13254 13256 +2
==========================================
- Hits 13625 13624 -1
+ Misses 4802 4801 -1
- Partials 9592 9594 +2 ☔ View full report in Codecov by Sentry. |
But I think this is a price we can pay for correct pulls! I talked to @paulgessinger and he is willing to make the necessary changes in Athena (thanks!) Should we get this in then? @andiwand |
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.
lets go
physmon still fails here. |
Sorry I had to update the reference |
Nope, still red. |
I think the new physmon was not commented yet so I took a previous one. Should be good now, can we try again @paulgessinger @andiwand |
acts-project#2804) Due to our choice of units, temporal coordinates live on a different numerical scale than spatial coordinates This should be considered when setting the initial vertex covariance matrix `BREAKING CHANGE:` member variable `looseConstrValue` is replaced by `initialVariances`
Due to our choice of units, temporal coordinates live on a different numerical scale than spatial coordinates
This should be considered when setting the initial vertex covariance matrix
BREAKING CHANGE:
member variablelooseConstrValue
is replaced byinitialVariances