Skip to content

Commit

Permalink
run test for py3 only
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmkrieger committed Oct 29, 2024
1 parent 636ff1e commit 0fffa17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prody/tests/dynamics/test_anmd.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,5 +98,5 @@ def testNumModes3(self):
rtol=1e-10, atol=0.1, # may not be so
err_msg='runANMD with num_modes=1 failed to give expected RMSDs')

if __name__ == '__main__':
if __name__ == '__main__' and prody.PY3K:
unittest.main()

0 comments on commit 0fffa17

Please sign in to comment.