You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.The text was updated successfully, but these errors were encountered: