-
Notifications
You must be signed in to change notification settings - Fork 657
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
Outdated documentation for AMBER TRJReader #2398
Comments
Yeah this looks like docs I forgot to update in the ascii offset push. |
@lilyminium My understanding from this is that all that's needed here is just to clean up the docstring (and maybe add a test)? I'm planning to do some work on the AMBER readers. Unless you were planning on picking this one up, I can make the changes whilst I'm dealing with that file. |
@IAlibay Yes, I think it's just the documentation here. Please go ahead! |
* Fixes #2398 * Update CHANGELOG
Expected behavior
mdanalysis/package/MDAnalysis/coordinates/TRJ.py
Lines 114 to 124 in e12958c
mdanalysis/package/MDAnalysis/coordinates/TRJ.py
Lines 208 to 209 in e12958c
I cannot directly access frames of the trajectory by indexing.
Actual behavior
I can directly access frames of the trajectory by indexing.
Code to reproduce the behavior
Show us how to reproduce the failiure. If you can, use trajectory files from the test data.
Currently version of MDAnalysis
python -c "import MDAnalysis as mda; print(mda.__version__)"
) 0.20.1python -V
)? 3.7.3Just checking that I'm understanding this limitation correctly and can leave it out of the user guide.
The text was updated successfully, but these errors were encountered: