e2nIEE / pandapower

Convenient Power System Modelling and Analysis based on PYPOWER and pandas
https://www.pandapower.org
Other
847 stars 478 forks source link

Inconsistent Result Information #2271

Open JasmineGarland opened 5 months ago

JasmineGarland commented 5 months ago

Bug report checklis

Reproducible Example

n/a

Issue Description and Traceback

There is a disconnect with network convergence and using the pandapower toolbox. I run a time series ACOPF with continue_on_divergence=False and it shows that it runs 100% of the time steps/no errors. However, when I try to use toolbox metrics such as, pandapower.overloaded_lines(net, max_load=100) - I get the following message: UserWarning("The last loadflow terminated erratically, results are invalid!"). Which I see in the code (result_info.py) means that net.converaged did not pass....?

Is there an explanation for this behavior?

Thanks!

Expected Behavior

I would expect that either time series module would show an error or the toolbox features would work.

Installed Versions

Label

vogt31337 commented 3 months ago

A simple example would be nice, and could add which pandapower version you used?