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
This is to do the same pattern as PSI and PSID where we do fail gracefully in the case of non convergence and return a status instead of failing. E.g.,
try
solve_pf()
catch e
@error e
finally
write_results()
return status_success
end
return status_fail
No description provided.
The text was updated successfully, but these errors were encountered: