-
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
feat: new global / bound to grid local access schema #3039
feat: new global / bound to grid local access schema #3039
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3039 +/- ##
==========================================
- Coverage 48.82% 48.81% -0.01%
==========================================
Files 489 489
Lines 28891 28883 -8
Branches 13711 13711
==========================================
- Hits 14105 14099 -6
+ Misses 4957 4955 -2
Partials 9829 9829 ☔ View full report in Codecov by Sentry. |
📊: Physics performance monitoring for cf7179fphysmon summary
|
3c01c86
to
a580f23
Compare
Hi @dimitra97 - as you looked over the first PR #3012 (closed), this is the update that takes some discussion input into account. The idea is to have Global->GridLocal and Bound->GridLocal in delegates. For the moment, this is only done for the |
Hey @andiwand @dimitra97 - I think I addressed your comments as much as I can. |
Based on the discussion on acts-project#3012 - this PR introduces a different, harmonised way to do global -> grid_local or bound/local -> grid_local, more in line of what we do in the Magnetic field. The owning delegate is needed for persistency and displaying. If this is accepted as a new approach to do that, I will update also the grid based navigation structures with that.
Based on the discussion on acts-project#3012 - this PR introduces a different, harmonised way to do global -> grid_local or bound/local -> grid_local, more in line of what we do in the Magnetic field. The owning delegate is needed for persistency and displaying. If this is accepted as a new approach to do that, I will update also the grid based navigation structures with that.
Based on the discussion on #3012 - this PR introduces a different, harmonised way to do global -> grid_local or bound/local -> grid_local, more in line of what we do in the Magnetic field.
The owning delegate is needed for persistency and displaying.
If this is accepted as a new approach to do that, I will update also the grid based navigation structures with that.