[X] Browse the tutorials and tests for usefull code snippets and examples of use
[X] Reproduced the issue after updating with pip install --upgrade pandapower (or git pull)
[X] Tried basic troubleshooting (if a bug/error) like restarting the interpreter and checking the pythonpath
Reproducible Example
>>> pandapower.rundcpp(topo)
RuntimeWarning: invalid value encountered in divide
V0[gbus] = gen[on, VG] / abs(V0[gbus]) * V0[gbus]
I tried only DC run pp and I have this runtime warning, all the attributes seems ok, DC powerflow should provide better warnings in irder to find where the error is
Issue Description and Traceback
The slack is already set and the balance looks good, atleast DC load flow should work.
Expected Behavior
DC loadflow should work or the exception should be more descriptive
Bug report checklis
[X] Searched the issues page for similar reports
[X] Read the relevant sections of the documentation
[X] Browse the tutorials and tests for usefull code snippets and examples of use
[X] Reproduced the issue after updating with
pip install --upgrade pandapower
(orgit pull
)[X] Tried basic troubleshooting (if a bug/error) like restarting the interpreter and checking the pythonpath
Reproducible Example
Issue Description and Traceback
The slack is already set and the balance looks good, atleast DC load flow should work.
Expected Behavior
DC loadflow should work or the exception should be more descriptive
Installed Versions
Label