We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Searched the issues page for similar reports
Read the relevant sections of the documentation
Browse the tutorials and tests for usefull code snippets and examples of use
Reproduced the issue after updating with pip install --upgrade pandapower (or git pull)
pip install --upgrade pandapower
git pull
Tried basic troubleshooting (if a bug/error) like restarting the interpreter and checking the pythonpath
>>> 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
The slack is already set and the balance looks good, atleast DC load flow should work.
DC loadflow should work or the exception should be more descriptive
The text was updated successfully, but these errors were encountered:
@AnkurArohi, have you tried the diagnostic function?
Sorry, something went wrong.
yes and it is all good
No branches or pull requests
Bug report checklis
Searched the issues page for similar reports
Read the relevant sections of the documentation
Browse the tutorials and tests for usefull code snippets and examples of use
Reproduced the issue after updating with
pip install --upgrade pandapower
(orgit pull
)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
python 3,11
pandapower 2.14.6
pandas 2.2.1
Label
The text was updated successfully, but these errors were encountered: