-
Notifications
You must be signed in to change notification settings - Fork 18
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
🐛 Deprecate save Result as yml #768
Comments
Please make PR against staging and merge asap. |
@joernweissenborn Isn't the yml parser your baby? 😝 |
I will fix this in in project feature |
Saving results entirely as yml doesn't make sense, a hybrid approach is needed whereby the structure and simple properties are saved as yml but anything matrix like is saved as binary blobs (.e.g nc files) which are referenced by a path name only. |
So, as I see it now, we have it like this: You give a yaml, it takes yaml. You give folder, then it will look for |
Made the preferred way to save results in #966 (now the serialized yaml only links to other files) and the folder plugin was demoted to be only used internally. |
The problem is that it tries to serialize e.g. the covariance matrix. It would be best overwritte the state getter and setter.
The text was updated successfully, but these errors were encountered: