Skip to content
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

Why is test_altloc.py in utils? #3222

Closed
lilyminium opened this issue Apr 7, 2021 · 1 comment · Fixed by #3226
Closed

Why is test_altloc.py in utils? #3222

lilyminium opened this issue Apr 7, 2021 · 1 comment · Fixed by #3226

Comments

@lilyminium
Copy link
Member

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

import MDAnalysis as mda
from MDAnalysis.tests.datafiles import PSF, DCD,  GRO, PDB, TPR, XTC, TRR,  PRMncdf, NCDF

u = mda.Universe(PSF, DCD)

....

Current version of MDAnalysis

  • Which version are you using? (run python -c "import MDAnalysis as mda; print(mda.__version__)") develop
  • Which version of Python (python -V)?
  • Which operating system?
@richardjgowers
Copy link
Member

Yeah just looks like it got put in the wrong place when the tests got refactored. Can be moved I guess?

@lilyminium lilyminium mentioned this issue Apr 8, 2021
4 tasks
lilyminium added a commit that referenced this issue Apr 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants