We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
#3069 has a del_TopologyAttr method documented in the built docs by RTD.
del_TopologyAttr
It does not, because I mistakenly install the develop version of MDAnalysis instead of the current version. This makes the RTD check fairly useless.
develop
import MDAnalysis as mda from MDAnalysis.tests.datafiles import PSF, DCD, GRO, PDB, TPR, XTC, TRR, PRMncdf, NCDF u = mda.Universe(PSF, DCD) ....
python -c "import MDAnalysis as mda; print(mda.__version__)"
python -V
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Expected behavior
#3069 has a
del_TopologyAttr
method documented in the built docs by RTD.Actual behavior
It does not, because I mistakenly install the
develop
version of MDAnalysis instead of the current version. This makes the RTD check fairly useless.Code to reproduce the behavior
Current version of MDAnalysis
python -c "import MDAnalysis as mda; print(mda.__version__)"
)python -V
)?The text was updated successfully, but these errors were encountered: