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

Programmatic way of updating JSON summary instances #21

Open
seba-1511 opened this issue Mar 26, 2018 · 1 comment
Open

Programmatic way of updating JSON summary instances #21

seba-1511 opened this issue Mar 26, 2018 · 1 comment

Comments

@seba-1511
Copy link
Owner

Since you can fetch a JSON summary, you should be able to modify some of its values, and either call .save() which creates a new result, or call .update() which modifies the result. Probably also a good idea to have .delete() for removal of results.

@seba-1511
Copy link
Owner Author

I am not sure if this is really a good idea in the end. It feels like once results are saved, they should never be modified since they are the most representative of the "raw" data. Instead, it might be more useful to clone/copy them into another experiment's directory.

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

1 participant