Skip to content

Commit

Permalink
Fix geomopt test
Browse files Browse the repository at this point in the history
  • Loading branch information
ElliottKasoar committed Jun 4, 2024
1 parent 22c0926 commit 7ae292c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/calculations/test_geomopt.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def test_run_opt(model_folder, janus_code):
assert "traj_output" in result
assert "traj_file" in result
assert result["traj_output"].numsteps == 3
assert result["final_structure"].cell[0][1] == pytest.approx(2.8442048309822)
assert result["final_structure"].cell[0][1] == pytest.approx(2.8438848145858)
assert result["xyz_output"].filename == "aiida-results.xyz"


Expand Down

0 comments on commit 7ae292c

Please sign in to comment.