-
Notifications
You must be signed in to change notification settings - Fork 188
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
core: Removed MEMBRANE_COLLISION + out_direction #3418
Conversation
Codecov Report
@@ Coverage Diff @@
## python #3418 +/- ##
======================================
Coverage 86% 86%
======================================
Files 534 534
Lines 25227 25227
======================================
Hits 21793 21793
Misses 3434 3434 Continue to review full report at Codecov.
|
Skimmed through the diff and the changes looked good to me. Can RBCs now cross each other? |
Probably. But I'm not sure what to do about this. |
Fix the box geometry and correct filename in the docs.
@fweik actually, the simulation crashes as soon as a RBC makes contact with a shape:
The bug was present before this PR. We might as well update the espresso features table to mark OIF as experimental. The OIF Sphinx documentation was written as a walkthrough for the sample, so deleting the sample would make the docs difficult to follow. |
@jngrad This is potentially because the interaction with the wall is soft. But I see no point in fixing any of this. For me at least, this is far out of scope. |
I used to be able to squeeze RBC through narrow geometries in the past, and they deformed without causing a crash. A regression was introduced at some point, but I won't look into it. This can be merged as is. Even though CI is red, kodiak won't mind and will pull in the |
Fixes #2214. Fixes #3416.
Description of changes:
membrane collision
out_direction