randopt icon indicating copy to clipboard operation
randopt copied to clipboard

Programmatic way of updating JSON summary instances

Open seba-1511 opened this issue 6 years ago • 1 comments

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 avatar Mar 26 '18 23:03 seba-1511

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.

seba-1511 avatar Apr 25 '18 00:04 seba-1511