-
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
Determine if scipy or pytest responsible for version-specific failure #239
Comments
This needs to be figured out for at least two existing tests in this module. |
currently documented in the tests as:
appears to be related to atom indices of dihedral atom group selections |
- use set comparisons - removed skipif for python < 3.8 and replaced with comment referencing issue #239
This issue will become moot with PR #249 (drop Python 3.7). |
- use set comparisons - removed skipif for python < 3.8 and replaced with comment referencing issue #239
MDPOW/mdpow/tests/test_automated_dihedral_analysis.py
Line 178 in 525f2cf
The text was updated successfully, but these errors were encountered: