mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-06-30 08:49:28 +02:00
Corr.__str__ extended
This commit is contained in:
parent
3466558c94
commit
2fdc17ecd3
2 changed files with 5 additions and 2 deletions
|
@ -81,7 +81,7 @@ def read_meson_hd5(path, filestem, ens_id, meson='meson_0', tree='meson'):
|
|||
l_obs.append(Obs([c], [ens_id]))
|
||||
|
||||
corr = Corr(l_obs)
|
||||
corr.tag = ", ".join(infos)
|
||||
corr.tag = r", ".join(infos)
|
||||
return corr
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue