Christian Schwarz

Results 4 comments of Christian Schwarz

I put it on my todo list for next week.

It feels like decades, but I finally have time to work on this issue. All necessary changes will be part of the following PR: https://github.com/T-002/pycast/pull/5

Hi Maximilano, assuming `data.YT1.values` is a list, you should do the following: ``` tsdata = pycast.common.TimeSeries.from_twodim_list(data.YT1.values, tsformat=None) esm = es.execute(tsdata) ``` Using the `TimeSeries` instance makes sure that all normalization...

Hi all, I will try to make some time to take a look into it.