Skip to content

Commit

Permalink
loosen test precision
Browse files Browse the repository at this point in the history
  • Loading branch information
bowen-bd committed Nov 16, 2023
1 parent d831fd9 commit 2ce546e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ def test_predict_batched_structures() -> None:
for preds in out:
for property in ["e", "f", "s", "m", "site_energies"]:
assert preds[property] == pytest.approx(
pristine_prediction[property], rel=1e-4, abs=1e-4
pristine_prediction[property], rel=1e-3, abs=1e-3
)


Expand Down

0 comments on commit 2ce546e

Please sign in to comment.