Skip to content

Commit

Permalink
bugfix: read bb and bib/bi corr in one with keyed_out (#237)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkuhl-uni authored Jun 19, 2024
1 parent 0e8d68a commit d17513f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyerrors/input/sfcf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit d17513f

Please sign in to comment.