-
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
Diamond Polymers in Python #3477
Conversation
Codecov Report
@@ Coverage Diff @@
## python #3477 +/- ##
=======================================
+ Coverage 86% 87% +<1%
=======================================
Files 536 537 +1
Lines 24654 24460 -194
=======================================
- Hits 21335 21291 -44
+ Misses 3319 3169 -150
Continue to review full report at Codecov.
|
testsuite/python/polymer_linear.py
Outdated
@@ -21,7 +21,7 @@ | |||
import espressomd.shapes | |||
|
|||
|
|||
class PolymerPositions(ut.TestCase): | |||
class LinearPolymerPolymerPositions(ut.TestCase): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LinearPolymerPositions
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we the name of the testclass is actually not too important if the class has a docstring (which it always should have).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it's a typo nonetheless, I will fix it
Fixes #3459, Fixes #2897
Description of changes:
PR Checklist