Closed orbeckst closed 4 years ago
The is missing after the H in `'not name O H'`. This version continues to work.
Edit: oh, and lp.pl
should be lp.lp
. I guess that is the cause of the mailing list issue
Thanks, that would be an easy GSOC PR…
On Mar 4, 2020, at 6:16 PM, Lily Wang notifications@github.com wrote:
The is missing after the H in 'not name O H'. This version continues to work. https://www.mdanalysis.org/UserGuide/examples/analysis/polymers_and_membranes/polymer.html
Edit: oh, and
lp.pl
should belp.lp
. I guess that is the cause of the mailing list issue
I think this is a neat example for a rather suboptimal choice of variable names.
IMHO we should replace lp
and lb
by persistence_length
and bond_length
and deprecate the old names. Also, I don't understand why results
is not a dict containing all results. (If it is just the autocorrelation, it should be named accordingly.)
I removed @richardjgowers so that GSoC students don't feel that the issue is taken.
Can i work on this?
By all means, put up a PR. Don't forget to reference this issue.
I'd love to commit to this issue.
Hey @siddharthjain1611 currently I'm working on this and almost done.
Okay @ss62171 I'd wait for your patch before I move further with this.
@orbeckst can you please look at this PR and suggest if some changes required.
@ss62171 I reviewed PR #2589 .
@siddharthjain1611 thank you for being polite and letting @ss62171 finish their work. As a general rule for how we have been handling things: we look at the first PR that references the issue. If the PR stalls then we close it and look at the next one.
Still wondering, is this issue open?
No, see PR #2589
Expected behavior
When running the example in the docs for calculating the persistence length it should complete without errors.
Actual behavior
I copy and paste (0.20.1 and develop) and get the following error in
Code to reproduce the behavior
Specifically, the step
fails.
Currently version of MDAnalysis
python -c "import MDAnalysis as mda; print(mda.__version__)"
): 0.20.1 and latest developpython -V
)? 3.7