Skip to content

Commit

Permalink
fixed unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ChiCheng45 committed Mar 21, 2024
1 parent d55503a commit bbdc4f6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions MDANSE/Tests/UnitTests/test_configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -449,9 +449,9 @@ def test_fold_coordinates(self):
np.allclose(
conf["coordinates"],
[
[-0.65955991, 1.40648987, -1.9977125],
[1.04665145, -1.06488218, -0.1532281],
[-0.27479577, -0.08878546, 1.93534948],
[1.34044009, 2.40648987, -1.9977125],
[0.04665145, 1.93511782, -0.1532281],
[1.72520423, 0.91121454, -2.06465052],
[-0.22366532, 1.38389029, -0.29560999],
],
rtol=1.0e-6,
Expand Down

0 comments on commit bbdc4f6

Please sign in to comment.