Skip to content
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

Merged
merged 1 commit into from
Oct 31, 2019
Merged

core: Simplify particle removal #3288

merged 1 commit into from
Oct 31, 2019

Conversation

fweik
Copy link
Contributor

@fweik fweik commented Oct 31, 2019

Fixes #3286.

Description of changes:

  • Simplify particle removal by doing one linear pass over all particles
    instead using index

@codecov
Copy link

codecov bot commented Oct 31, 2019

Codecov Report

Merging #3288 into python will increase coverage by <1%.
The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           python   #3288    +/-   ##
=======================================
+ Coverage      85%     85%   +<1%     
=======================================
  Files         534     534            
  Lines       25526   25512    -14     
=======================================
- Hits        21950   21940    -10     
+ Misses       3576    3572     -4
Impacted Files Coverage Δ
src/core/particle_data.cpp 97% <100%> (ø) ⬆️
src/core/communication.cpp 94% <100%> (ø) ⬆️
src/core/electrostatics_magnetostatics/p3m.cpp 86% <0%> (-1%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8aeb3c0...a2bb7e1. Read the comment docs.

@fweik
Copy link
Contributor Author

fweik commented Oct 31, 2019

bors r+

bors bot added a commit that referenced this pull request Oct 31, 2019
3288: core: Simplify particle removal r=fweik a=fweik

Fixes #3286.

Description of changes:
 - Simplify particle removal by doing one linear pass over all particles
   instead using index


Co-authored-by: Florian Weik <fweik@icp.uni-stuttgart.de>
@jngrad
Copy link
Member

jngrad commented Oct 31, 2019

bors r-
(the CI pipeline canceled itself and a new CI pipeline with the wrong PR started)

@bors
Copy link
Contributor

bors bot commented Oct 31, 2019

Canceled

@jngrad
Copy link
Member

jngrad commented Oct 31, 2019

bors r=RudolfWeeber

bors bot added a commit that referenced this pull request Oct 31, 2019
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>
@bors
Copy link
Contributor

bors bot commented Oct 31, 2019

Build succeeded

@bors bors bot merged commit a2bb7e1 into espressomd:python Oct 31, 2019
@fweik fweik deleted the fix-3286 branch August 27, 2020 10:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Segfault while removing virtual site
3 participants