fix/uv-setup #21

Merged
jkuhl merged 27 commits from fix/uv-setup into develop 2026-03-23 12:40:22 +01:00
Showing only changes of commit d302ae7e0d - Show all commits

fix typo in type annotations
Some checks failed
Pytest / pytest (3.12) (push) Failing after 1m18s
Ruff / ruff (push) Has been cancelled
Mypy / mypy (push) Failing after 1m12s
Pytest / pytest (3.13) (push) Failing after 1m13s
Pytest / pytest (3.14) (push) Failing after 1m16s

Justus Kuhlmann 2026-03-20 16:01:59 +01:00
Signed by: jkuhl
GPG key ID: 00ED992DD79B85A6

View file

@ -12,7 +12,7 @@ import shutil
from typing import Any
def write_measurement(path: str, ensemble: str, measurement: dict[str, dict[str, dict[str, Any]]], uuid: str, code: str, parameter_file: Union(Any, None)) -> None:
def write_measurement(path: str, ensemble: str, measurement: dict[str, dict[str, dict[str, Any]]], uuid: str, code: str, parameter_file: Union[Any, None]) -> None:
"""
Write a measurement to the backlog.
If the file for the measurement already exists, update the measurement.