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

Adding user_key to Data Containers #6

Open
daliu87 opened this issue Oct 28, 2018 · 0 comments
Open

Adding user_key to Data Containers #6

daliu87 opened this issue Oct 28, 2018 · 0 comments

Comments

@daliu87
Copy link
Owner

daliu87 commented Oct 28, 2018

Adding a new attribute to all Data Containers that is preserved through hdf5 saving, a user_key attribute to track any user specified key, such as the parameters used in parametric grid search.

This requires the modifications of all data container constructors and helper constructors. This won't be done all at once, starting with Posteriors first since it's the most saved container.

This is the downside of a completely inheritance based hierarchy of data types. Should look into composition over inheritance...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant