We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fea91a commit 9fe6572Copy full SHA for 9fe6572
tests/test_preopt/test_preopt.py
@@ -37,7 +37,7 @@ def test_preopt(coord_type, cos_type, this_dir):
37
if cos_type == "neb":
38
run_dict["interpol"] = {
39
"type": "redund",
40
- "between": 1,
+ "between": 3,
41
}
42
results = run_from_dict(run_dict)
43
0 commit comments