-
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: navigator interface #1931
refactor: navigator interface #1931
Conversation
I started pulling the navigator into the actor/aborter calls so we can then call functions on it similar to the stepper I also aligned the parameter order of actor and aborter and improved some comments |
0d1773e
to
5ac908a
Compare
Codecov Report
@@ Coverage Diff @@
## main #1931 +/- ##
=======================================
Coverage 49.59% 49.60%
=======================================
Files 410 410
Lines 22690 22693 +3
Branches 10356 10356
=======================================
+ Hits 11254 11257 +3
Misses 4224 4224
Partials 7212 7212
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
📊 Physics performance monitoring for 1fb2b2fFull report VertexingSeedingCKFAmbiguity resolutionTruth tracking (Kalman Filter)Truth tracking (GSF) |
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!
I started pulling the navigator into the actor/aborter calls so we can then call functions on it similar to the stepper