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
I guess I would expect it to be in topology/.
It's in utils: https://github.com/MDAnalysis/mdanalysis/blob/develop/testsuite/MDAnalysisTests/utils/test_altloc.py
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:
Yeah just looks like it got put in the wrong place when the tests got refactored. Can be moved I guess?
Sorry, something went wrong.
Moved test_altloc (#3226)
e5935b5
Fixes #3222
Successfully merging a pull request may close this issue.
Expected behavior
I guess I would expect it to be in topology/.
Actual behavior
It's in utils: https://github.com/MDAnalysis/mdanalysis/blob/develop/testsuite/MDAnalysisTests/utils/test_altloc.py
Code to reproduce the behavior
Current version of MDAnalysis
python -c "import MDAnalysis as mda; print(mda.__version__)"
) developpython -V
)?The text was updated successfully, but these errors were encountered: