-
Notifications
You must be signed in to change notification settings - Fork 173
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!: Remove navigator layer bounds check option #2851
refactor!: Remove navigator layer bounds check option #2851
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2851 +/- ##
=======================================
Coverage 48.87% 48.87%
=======================================
Files 485 485
Lines 28206 28205 -1
Branches 13287 13286 -1
=======================================
Hits 13786 13786
Misses 4829 4829
+ Partials 9591 9590 -1 ☔ View full report in Codecov by Sentry. |
📊: Physics performance monitoring for bff10efphysmon summary
|
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.
Are we sensitive to navigation failures in these tests? Would an increase in navigation failures show up anywhere?
I think we do not use this option anywhere on our side |
Athena CI looks clean after reference update |
…project#2851)" This reverts commit c51f48a.
) This option is supposed to improve the navigation but can also cause regressions. Layers without bounds overlap with boundaries therefore we might end up outside the current tracking volume while targeting a layer. I propose that this should be rather fixed by the used with proper layer bounds that extend to the volume boundaries.
This option is supposed to improve the navigation but can also cause regressions. Layers without bounds overlap with boundaries therefore we might end up outside the current tracking volume while targeting a layer. I propose that this should be rather fixed by the used with proper layer bounds that extend to the volume boundaries.