Skip to content

Commit

Permalink
fix: NEb test was lacking images
Browse files Browse the repository at this point in the history
  • Loading branch information
eljost committed Sep 3, 2024
1 parent 9fea91a commit 9fe6572
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_preopt/test_preopt.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 9fe6572

Please sign in to comment.