mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-03-15 06:40:24 +01:00
bugfix: read bb and bib/bi corr in one with keyed_out (#237)
This commit is contained in:
parent
0e8d68a1f0
commit
d17513f043
1 changed files with 1 additions and 0 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Reference in a new issue