Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrapping function the PowerFlow function #65

Open
kennedy-mindermann opened this issue Dec 16, 2024 · 3 comments
Open

Wrapping function the PowerFlow function #65

kennedy-mindermann opened this issue Dec 16, 2024 · 3 comments

Comments

@kennedy-mindermann
Copy link

No description provided.

@GabrielKS
Copy link
Contributor

What does this consist of?

@kennedy-mindermann
Copy link
Author

@jd-lara can you give more info on what this is supposed to be?

@jd-lara
Copy link
Member

jd-lara commented Jan 16, 2025

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants