-
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
Fix polymer generation #3484
Fix polymer generation #3484
Conversation
Codecov Report
@@ Coverage Diff @@
## python #3484 +/- ##
=======================================
+ Coverage 87% 87% +<1%
=======================================
Files 537 537
Lines 24460 24449 -11
=======================================
- Hits 21291 21284 -7
+ Misses 3169 3165 -4
Continue to review full report at Codecov.
|
This is a lot better! The |
Co-Authored-By: Jean-Noël Grad <[email protected]>
Description of changes: - fix infinite loop in `draw_polymer_positions()` (regression from #3484) - remove fixed seed in the `polymer_linear.py` test that used to hide a bug in the previous implementation of `draw_polymer_positions()`
The two values changed after the polymer refactoring in espressomd#3484.
Fixes #3483.
Description of changes: