pastas / pastastore

:spaghetti: :convenience_store: Tools for managing timeseries and Pastas models

Home Page:https://pastastore.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error obtaining model after loading with from_zip()

dbrakenhoff opened this issue · comments

The pcov data is a dictionary after loading from a zipfile, but pastas expects a DataFrame.
Check why the pcov data isn't converted back into a DataFrame after load, but the model parameters seemingly are.

Closed by #20