mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-03-15 14:50:25 +01:00
fix: minor bug in input.hadrons.read_DistillationContraction_hd5 fixed.
This commit is contained in:
parent
bde7db4a4b
commit
6258a4484e
1 changed files with 2 additions and 0 deletions
|
@ -142,6 +142,8 @@ def read_DistillationContraction_hd5(path, ens_id, diagrams=["direct"], idl=None
|
|||
for explore_file in explore_path.iterdir():
|
||||
if explore_file.is_file():
|
||||
stem = explore_file.with_suffix("").with_suffix("").as_posix().split("/")[-1]
|
||||
else:
|
||||
continue
|
||||
|
||||
file_list = []
|
||||
for dir in directories:
|
||||
|
|
Loading…
Add table
Reference in a new issue