From d7dd30c8d7ec799106be9b8704db9a0017c70dcf Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Fri, 19 Jan 2024 16:16:11 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- tests/test_znframe.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_znframe.py b/tests/test_znframe.py index ed53f27..3d605da 100644 --- a/tests/test_znframe.py +++ b/tests/test_znframe.py @@ -75,7 +75,7 @@ def test_water_with_calc(waterWithCalc): duplicates = list(set(frame.info["calc"].keys()) & set(frame.arrays.keys())) if duplicates: raise ValueError(f"Duplicate keys: {duplicates}") - + assert "forces" in frame.arrays assert "stress" in frame.info assert "energy" in frame.info