Skip to content

Commit

Permalink
erase print rep data (#235)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkuhl-uni authored May 13, 2024
1 parent fce6bcd commit 0e8d68a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyerrors/input/sfcf.py
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,6 @@ def read_sfcf_multi(path, prefix, name_list, quarks_list=['.*'], corr_type_list=
cfg_path = path + '/' + item + '/' + subitem
file_data = _read_o_file(cfg_path, name, needed_keys, intern, version, im)
rep_data.append(file_data)
print(rep_data)
for t in range(intern[name]["T"]):
internal_ret_dict[key][t].append([])
for cfg in range(no_cfg):
Expand Down

0 comments on commit 0e8d68a

Please sign in to comment.