Skip to content

Commit

Permalink
Loosening CID APT comparison back to 10^-5.
Browse files Browse the repository at this point in the history
  • Loading branch information
lothian committed May 3, 2024
1 parent 555f90c commit eaa0f51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion magpy/tests/test_012_APT_CID.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,5 @@ def test_APT_H2O_STO3G():
[ 4.06138511E-13, -2.54923176E-01, -9.94990576E-02],
])

assert(np.max(np.abs(dipder-dipder_ref)) < 1e-6)
assert(np.max(np.abs(dipder-dipder_ref)) < 1e-5)

0 comments on commit eaa0f51

Please sign in to comment.