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

Rhomboid fix #2756

Merged
merged 5 commits into from
Apr 25, 2019
Merged

Rhomboid fix #2756

merged 5 commits into from
Apr 25, 2019

Conversation

itischler
Copy link
Contributor

Fixes #868

Description of changes:

  • fixed the rhomboid shape
  • testcase now checks the geometry of a cuboid

PR Checklist

  • Tests?
    • Interface
    • Core
  • Docs?

@codecov
Copy link

codecov bot commented Apr 25, 2019

Codecov Report

Merging #2756 into python will increase coverage by 1%.
The diff coverage is 91%.

Impacted file tree graph

@@           Coverage Diff           @@
##           python   #2756    +/-   ##
=======================================
+ Coverage      80%     81%    +1%     
=======================================
  Files         508     508            
  Lines       27055   27121    +66     
=======================================
+ Hits        21884   22214   +330     
+ Misses       5171    4907   -264
Impacted Files Coverage Δ
src/core/shapes/Rhomboid.cpp 98% <91%> (+52%) ⬆️

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 637287d...32fcd75. Read the comment docs.

@fweik
Copy link
Contributor

fweik commented Apr 25, 2019

bors r+

bors bot added a commit that referenced this pull request Apr 25, 2019
2756: Rhomboid fix r=fweik a=itischler

Fixes #868 

Description of changes:
 -  fixed the rhomboid shape
 -  testcase now checks the geometry of a cuboid


PR Checklist
------------
 - [ ] Tests?
   - [ ] Interface
   - [ ] Core 
 - [ ] Docs?


Co-authored-by: itischler <ingo.tischler@gmx.de>
Co-authored-by: Florian Weik <fweik@icp.uni-stuttgart.de>
@bors
Copy link
Contributor

bors bot commented Apr 25, 2019

Build succeeded

@bors bors bot merged commit 32fcd75 into espressomd:python Apr 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Shape::Rhomboid::calculate_distance broken
2 participants