mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-05-14 19:43:41 +02:00
Merge branch 'develop' into documentation
This commit is contained in:
commit
a13f13c327
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ def read_meson_hd5(path, filestem, ens_id, meson='meson_0', idl=None, gammas=Non
|
||||||
|
|
||||||
files, idx = _get_files(path, filestem, idl)
|
files, idx = _get_files(path, filestem, idl)
|
||||||
|
|
||||||
tree = meson.rsplit('_')[0]
|
tree = meson.rsplit('_', 1)[0]
|
||||||
if gammas is not None:
|
if gammas is not None:
|
||||||
h5file = h5py.File(path + '/' + files[0], "r")
|
h5file = h5py.File(path + '/' + files[0], "r")
|
||||||
found_meson = None
|
found_meson = None
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue