Skip to content

Commit

Permalink
Update tests/test_abstract_model.py
Browse files Browse the repository at this point in the history
Co-authored-by: ElliottKasoar <[email protected]>
  • Loading branch information
stenczelt and ElliottKasoar authored Dec 10, 2024
1 parent 38f232a commit 687d25e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_abstract_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ def test_from_atoms_len_atoms_3():
"free_energy",
}

# check a some keys as well
# check some values as well
assert abcd_data["energy"] == atoms.get_potential_energy()
assert abcd_data["forces"] == approx(atoms.get_forces())

Expand Down

0 comments on commit 687d25e

Please sign in to comment.