Skip to content

Commit

Permalink
fix TypeError: IStructure.interpolate() got an unexpected keyword arg…
Browse files Browse the repository at this point in the history
…ument 'n_images'
  • Loading branch information
janosh committed Dec 11, 2023
1 parent 7b45c91 commit f8c5652
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion matcalc/neb.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def from_end_images(
"""
images = start_struct.interpolate(
end_struct,
n_images=n_images + 1,
nimages=n_images + 1,
interpolate_lattices=interpolate_lattices,
pbc=False,
autosort_tol=autosort_tol,
Expand Down

0 comments on commit f8c5652

Please sign in to comment.