Skip to content

Commit

Permalink
more mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
esoteric-ephemera committed Nov 5, 2024
1 parent f87f30e commit 0bbea06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion emmet-core/emmet/core/neb.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ def from_directory(
orig_inputs=inputs["orig_inputs"],
inputs=inputs["inputs"],
image_objects=image_objects,
neb_method=neb_method,
neb_method=neb_method, # type: ignore[arg-type]
state=task_state,
image_energies=[calc.output.energy for calc in image_calculations],
custodian=_parse_custodian(dir_name),
Expand Down

0 comments on commit 0bbea06

Please sign in to comment.