-
Notifications
You must be signed in to change notification settings - Fork 658
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
Added regression tests for hydrogenbondautocorrel #917
Conversation
Ready to merge or do you want to add more? +0.9% is good! |
class TestHydrogenBondAutocorrel(object): | ||
def setUp(self): | ||
u = self.u = mda.Universe(TRZ_psf, TRZ) | ||
self.H = u.atoms.Hn |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wouldn't rely on the quick selectors and rather do explicit select_atoms
.
For some reason, intermittent bonds are not tested, even though you have tests. |
Ok this can merge once it passes |
One test failed. Possibly decrease requested comparison accuracy. |
…is into hbondautocorreltests Conflicts: testsuite/MDAnalysisTests/analysis/test_hydrogenbondautocorrel.py
Ok I redid the test (and was less lazy about it), should pass now. |
Fixes #
Changes made in this Pull Request:
PR Checklist