mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-03-15 14:50:25 +01:00
refactor: redundant check in input.hadrons.read_DistillationContraction
removed.
This commit is contained in:
parent
a545545d73
commit
6ef9d99619
1 changed files with 0 additions and 4 deletions
|
@ -171,10 +171,6 @@ def read_DistillationContraction_hd5(path, ens_id, diagrams=["direct"], idl=None
|
|||
identifier = tuple(identifier)
|
||||
# "DistillationContraction/Metadata/DmfSuffix" contains info about different quarks, irrelevant in the SU(3) case.
|
||||
|
||||
check_traj = h5file["DistillationContraction/Metadata"].attrs.get("Traj")[0]
|
||||
|
||||
assert check_traj == n_traj
|
||||
|
||||
for diagram in diagrams:
|
||||
real_data = np.zeros(Nt)
|
||||
for x0 in range(Nt):
|
||||
|
|
Loading…
Add table
Reference in a new issue