erase print rep data (#235)

This commit is contained in:
Justus Kuhlmann 2024-05-13 22:27:17 +02:00 committed by GitHub
parent fce6bcd1f8
commit 0e8d68a1f0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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):