-
-
Notifications
You must be signed in to change notification settings - Fork 294
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
PowerModelsDistributionStateEstimation process exit #931
Comments
There are too many possibilities for us to debug, so you need to narrow the issue down:
|
Thanks for the suggestions, they helped figure out what's going on.
Specifically, both in the original PMDSE_intro notebook and here, it is when I call Ipopt to solve the JuMP model that it crashes, so |
This is great! Thanks for narrowing it down this far.
In that case, this is a great MWE (minimal working example) to reproduce the crash, that you can send to IpOpt.jl About the include / not include: it could be that the error is inconsistent |
Hello,
moving here the issue comment previously posted in #228 .
I get the error in the title when I try to run this notebook: https://github.com/Electa-Git/PowerModelsDistributionStateEstimation.jl/blob/master/examples/PMDSE_intro.jl
My environment:
Basically, it is a notebook that explains how to use the PowerModelsDistributionStateEstimation package, which I made for version v0.1.2, but that in principle should work also for v0.2.x. However, with the updated package version it crashes, and it looks like a Pluto problem. On the REPL, I get:
Before the error, there does not seem to be anything suspicious (those warnings from PowerModels and PMDSE are regular stuff)
The text was updated successfully, but these errors were encountered: