Skip to content

Commit 0bbea06

Browse files
more mypy
1 parent f87f30e commit 0bbea06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

emmet-core/emmet/core/neb.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ def from_directory(
166166
orig_inputs=inputs["orig_inputs"],
167167
inputs=inputs["inputs"],
168168
image_objects=image_objects,
169-
neb_method=neb_method,
169+
neb_method=neb_method, # type: ignore[arg-type]
170170
state=task_state,
171171
image_energies=[calc.output.energy for calc in image_calculations],
172172
custodian=_parse_custodian(dir_name),

0 commit comments

Comments
 (0)