From 982789907c871bc77bdb2ee1f6f408e4d97985a9 Mon Sep 17 00:00:00 2001 From: Justus Kuhlmann Date: Mon, 3 Nov 2025 16:46:26 +0000 Subject: [PATCH] lint --- pyerrors/input/hadrons.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyerrors/input/hadrons.py b/pyerrors/input/hadrons.py index a5bfeef8..af493d9e 100644 --- a/pyerrors/input/hadrons.py +++ b/pyerrors/input/hadrons.py @@ -137,7 +137,7 @@ def read_hd5(filestem: str, ens_id: str, group: str, attrs: Optional[Union[dict, for c in corr_data_array.T: p_obs.append(Obs([c], [ens_id], idl=[idx])) corr = Corr(p_obs) - + corr.tag = r", ".join(infos) return corr