From 0bbea06dd1558183ea7b326c49488dfe965027ed Mon Sep 17 00:00:00 2001 From: esoteric-ephemera Date: Tue, 5 Nov 2024 13:28:46 -0800 Subject: [PATCH] more mypy --- emmet-core/emmet/core/neb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emmet-core/emmet/core/neb.py b/emmet-core/emmet/core/neb.py index 3bfca778ad..e8e9800962 100644 --- a/emmet-core/emmet/core/neb.py +++ b/emmet-core/emmet/core/neb.py @@ -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),