feat/nmeas #29

Merged
jkuhl merged 2 commits from feat/nmeas into develop 2026-04-10 09:45:25 +02:00
Showing only changes of commit 74d99f8d5f - Show all commits

fix mypy issue
All checks were successful
Mypy / mypy (push) Successful in 1m12s
Pytest / pytest (3.12) (push) Successful in 1m18s
Pytest / pytest (3.13) (push) Successful in 1m11s
Pytest / pytest (3.14) (push) Successful in 1m13s
Ruff / ruff (push) Successful in 1m2s
Mypy / mypy (pull_request) Successful in 1m14s
Pytest / pytest (3.13) (pull_request) Successful in 1m10s
Pytest / pytest (3.12) (pull_request) Successful in 1m19s
Pytest / pytest (3.14) (pull_request) Successful in 1m12s
Ruff / ruff (pull_request) Successful in 1m2s

Justus Kuhlmann 2026-04-10 09:38:31 +02:00
Signed by: jkuhl
GPG key ID: 00ED992DD79B85A6

View file

@ -202,7 +202,7 @@ def import_toml(path: Path, file: str, copy_file: bool=True) -> None:
param = openQCD.load_ms1_parfile(path, uuid, parameter_file)
else:
# Temporary solution
parameters = {}
parameters: dict[str, Any] = {}
parameters["rand"] = {}
parameters["rw_fcts"] = [{}]
for nrw in range(1):