Skip to content

Commit 687d25e

Browse files
Update tests/test_abstract_model.py
Co-authored-by: ElliottKasoar <[email protected]>
1 parent 38f232a commit 687d25e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_abstract_model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ def test_from_atoms_len_atoms_3():
189189
"free_energy",
190190
}
191191

192-
# check a some keys as well
192+
# check some values as well
193193
assert abcd_data["energy"] == atoms.get_potential_energy()
194194
assert abcd_data["forces"] == approx(atoms.get_forces())
195195

0 commit comments

Comments
 (0)