Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Metran support to Pastastore #84

Open
martinvonk opened this issue Feb 10, 2023 · 1 comment
Open

Add Metran support to Pastastore #84

martinvonk opened this issue Feb 10, 2023 · 1 comment
Assignees

Comments

@martinvonk
Copy link
Contributor

martinvonk commented Feb 10, 2023

I'd like to store / create Metran models in Pastastore such that we can easily do analysis on head series, Pastas simulations (and residuals/noise).

@dbrakenhoff
Copy link
Member

This requires metran models to have a to_dict and load method. It would have to store all the necessary internal information to reload the model. There's not much input, but the optimization result will have to be stored. After that it should be fairly easy to store the result with existing write methods...

One issue I'm not sure about is that all of pastastore is written to support pastas models and those methods will not work on metran models. So dealing with that would be quite a challenge.

Anyway, first step is to store/load metran models, so let's do that first.

@martinvonk martinvonk self-assigned this Jun 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants