-
Notifications
You must be signed in to change notification settings - Fork 11
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
changed dihedral atom group selection strings in test_dihedral.py #218
Conversation
…achieve an ordered selection format
…h assert atom group order
… pytest locally * selection string format updated, final, correct, and consistent with original intended selection order * updated values calculated for circmean, circvar for use in test_results_recursive2() * changed order for arguments in assert_almost_equal() for use in test_results_recursive2() to align with format in numpy.testing docs, (actual, desired) for readability, does not affect accuracy or testing purposes
Codecov Report
@@ Coverage Diff @@
## develop #218 +/- ##
===========================================
+ Coverage 78.52% 78.76% +0.24%
===========================================
Files 11 11
Lines 1676 1691 +15
Branches 255 255
===========================================
+ Hits 1316 1332 +16
Misses 276 276
+ Partials 84 83 -1
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
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.
Looking good, just skip the troublesome test for Python < 3.8
EDIT: add entry to CHANGES
…) to skip test in python<3.8 due to scipy version conflicts when calculating circvar
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.
Thanks, looking all good.
I had asked for an update to CHANGES but I realized that your PR only addresses tests, which are internal and not user-facing, so we do not need a CHANGES entry.
Well done, thank you @cadeduckworth ! |
changed selection string format for dihedral atom groups: