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

Cleanup cython further #3510

Merged
merged 4 commits into from
Feb 19, 2020
Merged

Cleanup cython further #3510

merged 4 commits into from
Feb 19, 2020

Conversation

jngrad
Copy link
Member

@jngrad jngrad commented Feb 19, 2020

Follow-up to #3496

Reflect in the Python interface all dependency inversions that recently took place in the core.

Transfer them to cellsystem.pxd.
Recent dependency inversions in the core have decoupled the global
state from the implementation details of thermostats, integrators
and cellsystems. These includes can be transferred from globals.pxd
to the relevant .pxd files.
@codecov
Copy link

codecov bot commented Feb 19, 2020

Codecov Report

Merging #3510 into python will decrease coverage by <1%.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           python   #3510   +/-   ##
======================================
- Coverage      87%     87%   -1%     
======================================
  Files         537     537           
  Lines       24433   24433           
======================================
- Hits        21278   21277    -1     
- Misses       3155    3156    +1
Impacted Files Coverage Δ
src/core/polymer.cpp 93% <0%> (-6%) ⬇️
src/core/particle_data.cpp 97% <0%> (ø) ⬆️
src/core/electrostatics_magnetostatics/p3m.cpp 85% <0%> (ø) ⬆️

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 e9a2b04...3fe4411. Read the comment docs.

@fweik fweik self-assigned this Feb 19, 2020
@jngrad jngrad added the automerge Merge with kodiak label Feb 19, 2020
@kodiakhq kodiakhq bot merged commit 341e43c into espressomd:python Feb 19, 2020
@jngrad jngrad deleted the cleanup-cython-2 branch January 18, 2022 12:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants