-
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
feat: Add logger to multi stepper #1964
feat: Add logger to multi stepper #1964
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1964 +/- ##
==========================================
- Coverage 49.81% 49.62% -0.20%
==========================================
Files 421 410 -11
Lines 23876 23303 -573
Branches 10836 10630 -206
==========================================
- Hits 11895 11563 -332
+ Misses 4366 4292 -74
+ Partials 7615 7448 -167
... and 70 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
📊 Physics performance monitoring for 00df126Full report VertexingSeedingCKFAmbiguity resolutionTruth tracking (Kalman Filter)Truth tracking (GSF) |
444b34f
to
c2df47a
Compare
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.
👍
Adds a logger to the
Acts::MultiEigenStepperLoop
in order to see again the log messages from thestep(...)
function.