From 9fe65725a1858da7943e37450bec60d1483dc94e Mon Sep 17 00:00:00 2001 From: Johannes Steinmetzer Date: Tue, 3 Sep 2024 21:57:25 +0200 Subject: [PATCH] fix: NEb test was lacking images --- tests/test_preopt/test_preopt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_preopt/test_preopt.py b/tests/test_preopt/test_preopt.py index 813e85b81..cd08fca6e 100644 --- a/tests/test_preopt/test_preopt.py +++ b/tests/test_preopt/test_preopt.py @@ -37,7 +37,7 @@ def test_preopt(coord_type, cos_type, this_dir): if cos_type == "neb": run_dict["interpol"] = { "type": "redund", - "between": 1, + "between": 3, } results = run_from_dict(run_dict)