mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-05-14 11:33:42 +02:00
fix: redundant argument 'tree' removed from read_meson_hd5
This commit is contained in:
parent
0e073da5c6
commit
ef98a5a974
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ def _get_files(path, filestem, idl):
|
|||
return filtered_files, idx
|
||||
|
||||
|
||||
def read_meson_hd5(path, filestem, ens_id, meson='meson_0', tree='meson', idl=None):
|
||||
def read_meson_hd5(path, filestem, ens_id, meson='meson_0', idl=None):
|
||||
"""Read hadrons meson hdf5 file and extract the meson labeled 'meson'
|
||||
|
||||
Parameters
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue