Corr.__str__ extended

This commit is contained in:
Fabian Joswig 2021-11-04 17:02:51 +00:00
parent 3466558c94
commit 2fdc17ecd3
2 changed files with 5 additions and 2 deletions

View file

@ -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