From d17513f0436ef7a5590581ff47ce710b28754957 Mon Sep 17 00:00:00 2001 From: Justus Kuhlmann <82444481+jkuhl-uni@users.noreply.github.com> Date: Wed, 19 Jun 2024 12:55:30 +0200 Subject: [PATCH] bugfix: read bb and bib/bi corr in one with keyed_out (#237) --- pyerrors/input/sfcf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pyerrors/input/sfcf.py b/pyerrors/input/sfcf.py index 0a6eed85..739b1752 100644 --- a/pyerrors/input/sfcf.py +++ b/pyerrors/input/sfcf.py @@ -362,6 +362,7 @@ def read_sfcf_multi(path, prefix, name_list, quarks_list=['.*'], corr_type_list= result_dict = {} if keyed_out: for key in needed_keys: + name = _key2specs(key)[0] result = [] for t in range(intern[name]["T"]): result.append(Obs(internal_ret_dict[key][t], new_names, idl=idl))