-
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
core: Simplify particle removal #3288
Conversation
Codecov Report
@@ Coverage Diff @@
## python #3288 +/- ##
=======================================
+ Coverage 85% 85% +<1%
=======================================
Files 534 534
Lines 25526 25512 -14
=======================================
- Hits 21950 21940 -10
+ Misses 3576 3572 -4
Continue to review full report at Codecov.
|
bors r+ |
bors r- |
Canceled |
bors r=RudolfWeeber |
3288: core: Simplify particle removal r=RudolfWeeber a=fweik Fixes #3286. Description of changes: - Simplify particle removal by doing one linear pass over all particles instead using index 3290: fix writevtk() bug where types=all was ignored r=jngrad a=christophlohrmann Description of changes: - fixed bug where the argument ``types='all'`` was ignored by ``system.part.writevtk()`` PR Checklist ------------ - [ ] Tests? - [ ] Interface - [ ] Core - [ ] Docs? Co-authored-by: Florian Weik <fweik@icp.uni-stuttgart.de> Co-authored-by: Christoph Lohrmann <clohrmann@icp.uni-stuttgart.de> Co-authored-by: christophlohrmann <47663906+christophlohrmann@users.noreply.github.com>
Build succeeded |
Fixes #3286.
Description of changes:
instead using index