From 7a3a28dad00960f2761bb9f0cabc670bd87b5ae7 Mon Sep 17 00:00:00 2001 From: Justus Kuhlmann Date: Mon, 13 Jan 2025 17:33:50 +0000 Subject: [PATCH] add typehints for check_params --- pyerrors/input/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyerrors/input/utils.py b/pyerrors/input/utils.py index 0ab6b324..9d3126a6 100644 --- a/pyerrors/input/utils.py +++ b/pyerrors/input/utils.py @@ -83,7 +83,7 @@ def check_idl(idl: list, che: list) -> str: return miss_str -def check_params(path: str, param_hash: str, prefix: str, param_prefix: str ="parameters_") -> dict[str, list]: +def check_params(path: str, param_hash: str, prefix: str, param_prefix: str ="parameters_") -> dict[str, str]: """ Check if, for sfcf, the parameter hashes at the end of the parameter files are in fact the expected one.