From 687d25ef89049e844ba38772f756515047f4ac1b Mon Sep 17 00:00:00 2001 From: Tamas Stenczel <39164540+stenczelt@users.noreply.github.com> Date: Tue, 10 Dec 2024 07:55:49 +0000 Subject: [PATCH] Update tests/test_abstract_model.py Co-authored-by: ElliottKasoar <45317199+ElliottKasoar@users.noreply.github.com> --- tests/test_abstract_model.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_abstract_model.py b/tests/test_abstract_model.py index 3c185ea..f9e820e 100644 --- a/tests/test_abstract_model.py +++ b/tests/test_abstract_model.py @@ -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())