From 30031aee107ef45306c3bf3dfd911f0a5cdd76b8 Mon Sep 17 00:00:00 2001 From: Janosh Riebesell Date: Thu, 14 Nov 2024 14:44:56 -0500 Subject: [PATCH] fix bad check in test_user_incar_settings --- tests/vasp/test_sets.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/vasp/test_sets.py b/tests/vasp/test_sets.py index 867562a9d2..18ea272972 100644 --- a/tests/vasp/test_sets.py +++ b/tests/vasp/test_sets.py @@ -61,7 +61,7 @@ def test_user_incar_settings(): "GGA": "PE", "IBRION": 1, "ISIF": 1, - "ISPIN": False, # wrong type, should be integer (only 1 or 2) + "ISPIN": -10, # wrong value, should be 1 or 2 "LASPH": False, "ISMEAR": -2, "LCHARG": 50, # wrong type, should be bool.