Skip to content

Commit

Permalink
[fix] fixed how the filestem is extracted in hadrons/read_hdf5. (fjos…
Browse files Browse the repository at this point in the history
  • Loading branch information
fjosw authored Nov 23, 2023
1 parent fb17a46 commit 728c2e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyerrors/input/hadrons.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def read_hd5(filestem, ens_id, group, attrs=None, idl=None, part="real"):

path_obj = Path(filestem)
path = path_obj.parent.as_posix()
filestem = path_obj.stem
filestem = path_obj.name

files, idx = _get_files(path, filestem, idl)

Expand Down

0 comments on commit 728c2e5

Please sign in to comment.