Skip to content

Commit

Permalink
set output test angles to be -180
Browse files Browse the repository at this point in the history
  • Loading branch information
CalCraven committed Oct 23, 2023
1 parent e444a81 commit 9517dbd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mosdef_dihedral_fit/tests/test_file_read_write.py
Original file line number Diff line number Diff line change
Expand Up @@ -309,14 +309,14 @@ def test_get_matching_dihedral_info_and_opls_fitting_data(self):
assert np.shape(coordsList) == (37, 9, 4, 3)
degreesList = out[3]
expected_degrees = [
180.0,
-180.0,
-60.00001300151252,
60.00001300151252,
-60.00001300151252,
59.99997399697496,
180.0,
-180.0,
60.00001300151252,
180.0,
-180.0,
-59.99997399697496,
]
assert np.allclose(degreesList[0], expected_degrees)
Expand Down

0 comments on commit 9517dbd

Please sign in to comment.