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

Determine if scipy or pytest responsible for version-specific failure #239

Closed
cadeduckworth opened this issue Feb 6, 2023 · 3 comments · Fixed by #249
Closed

Determine if scipy or pytest responsible for version-specific failure #239

cadeduckworth opened this issue Feb 6, 2023 · 3 comments · Fixed by #249
Labels

Comments

@cadeduckworth
Copy link
Contributor

@pytest.mark.skipif(sys.version_info < (3, 8), reason="scipy circvar gives wrong answers")

@cadeduckworth
Copy link
Contributor Author

This needs to be figured out for at least two existing tests in this module.

@cadeduckworth
Copy link
Contributor Author

currently documented in the tests as:

# the following 'reason' affects every downstream function that relies
# on the atom indices returned for dihedral atom group selections
# issue raised (#239) to identify and resolve exact package/version responsible
@pytest.mark.skipif(sys.version_info < (3, 8), reason='pytest=7.2.0, build=py37h89c1867_0, '
'returns incorrect atom_indices for dihedral atom group selections')

appears to be related to atom indices of dihedral atom group selections

orbeckst added a commit that referenced this issue Jun 27, 2023
- use set comparisons
- removed skipif for python < 3.8 and replaced with comment referencing
  issue #239
@orbeckst
Copy link
Member

This issue will become moot with PR #249 (drop Python 3.7).

@orbeckst orbeckst linked a pull request Jun 29, 2023 that will close this issue
2 tasks
orbeckst added a commit that referenced this issue Jun 30, 2023
- use set comparisons
- removed skipif for python < 3.8 and replaced with comment referencing
  issue #239
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants