-
Notifications
You must be signed in to change notification settings - Fork 189
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
Dd fix #3377
Dd fix #3377
Conversation
Codecov Report
@@ Coverage Diff @@
## python #3377 +/- ##
=======================================
+ Coverage 86% 86% +<1%
=======================================
Files 537 537
Lines 25283 25285 +2
=======================================
+ Hits 21805 21807 +2
Misses 3478 3478
Continue to review full report at Codecov.
|
Why delete the python test? You just had to add self.system.box_l = [50.0, 50.0, 50.0]
self.system.cell_system.skin = 0.4 at the beginning of the method in c14db8b and it would have worked (I just tried it). |
Ah, I missed the skin. |
sorry I just tried an api call |
bors r=+ p=19106272730 |
bors r=+ p=1910627273 |
3377: Dd fix r=+ a=fweik Fixes #3376. Description of changes: - Calculated cell index in a way such that all nodes agree on the cell a particle belongs into (independently of rounding errors). Co-authored-by: Florian Weik <[email protected]>
Build succeeded |
Fixes #3376.
Description of changes:
a particle belongs into (independently of rounding errors).