-
Notifications
You must be signed in to change notification settings - Fork 12
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
Switch default for foreach_point_neighbor #687
Switch default for foreach_point_neighbor #687
Conversation
…les.jlOpen into change_defaults_of_nhs
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #687 +/- ##
==========================================
- Coverage 68.77% 68.73% -0.04%
==========================================
Files 93 93
Lines 5780 5780
==========================================
- Hits 3975 3973 -2
- Misses 1805 1807 +2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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.
Can you please also remove points=eachparticle(system)
for the corrections and the boundary stuff, since it's the default now?
…les.jlOpen into change_defaults_of_nhs
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.
LGTM! @LasNikas you should probably have a closer look to make sure this doesn't cause any problems with buffers and active/inactive particles.
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.
LGTM!
Using each_moving_particle as default leads to hard to debug issues especially in multi system simulations.