Dear ALPS developers and users,
At revision 7349, collectXY() defined in tools.py has been changed. After this change, I can't extract my observable properly from .h5 files.
I use a parameter named "beta" and an observable also named "beta". collectXY(sets, x="foo", y="beta")@rev.7349 collects both parameters and observables, and makes single list contains both FloatWithError objects (observables) and float literals (parameters). Before this modification, e.g. rev. 7298, collectXY() makes a list that contains only observables. This results in the failure of processing my data. It is very painful to modify many python scripts using collectXY(), so I temporally use the old version of tools.py@rev.7298 (of course this is not desirable.) Is there any good idea??
Thank you in advance.
Shinya Yasuda route16@exa.phys.s.u-tokyo.ac.jp