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
Hi,
I would like to delete specific simulations from my results. What is the best way to do it? In the documentation, I saw that there is the method delete_result(result) . If it's correct can I see an example code on how to apply it?
The text was updated successfully, but these errors were encountered:
Yes, you can use delete_result, directly passing to it the result you want to delete! A quick example, in which we delete results that have RngRun value set to 3 from the database:
Hi,
I would like to delete specific simulations from my results. What is the best way to do it? In the documentation, I saw that there is the method
delete_result(result)
. If it's correct can I see an example code on how to apply it?The text was updated successfully, but these errors were encountered: