Skip to content

Commit 7d8e21b

Browse files
Update test_newtonnet_recipes.py
1 parent 3f36fc4 commit 7d8e21b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/core/recipes/newtonnet_recipes/test_newtonnet_recipes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,5 +391,5 @@ def test_geodesic_job(setup_test_environment):
391391

392392
geodesic_summary = geodesic_job(reactant, product)
393393
assert geodesic_summary["ts_atoms"].get_potential_energy() == pytest.approx(
394-
-22.597125398584318, abs=1e-6
394+
-22.597507188220458, abs=1e-6
395395
)

0 commit comments

Comments
 (0)