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
Users can learn if save was successful by setting the suppress_errors parameter to False and checking if the ExperimentDataSaveFailed exception occurred. I think it could be good if save displayed a more explicit signal of success (maybe a Boolean return value). In addition, the result database link should be returned to the caller.
The text was updated successfully, but these errors were encountered:
Users can learn if
save
was successful by setting thesuppress_errors
parameter toFalse
and checking if theExperimentDataSaveFailed
exception occurred. I think it could be good ifsave
displayed a more explicit signal of success (maybe a Boolean return value). In addition, the result database link should be returned to the caller.The text was updated successfully, but these errors were encountered: