Skip to content

Commit 9fe6572

Browse files
committed
fix: NEb test was lacking images
1 parent 9fea91a commit 9fe6572

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_preopt/test_preopt.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def test_preopt(coord_type, cos_type, this_dir):
3737
if cos_type == "neb":
3838
run_dict["interpol"] = {
3939
"type": "redund",
40-
"between": 1,
40+
"between": 3,
4141
}
4242
results = run_from_dict(run_dict)
4343

0 commit comments

Comments
 (0)