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 4853c0e414 - Show all commits

fix type error for now

Justus Kuhlmann 2026-03-20 15:58:33 +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: str) -> 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.