Open AnkurArohi opened 2 weeks ago
@AnkurArohi, was this after changing to using static generators in the network model?
Did it fail both normal power flow and dc power flow, and do you have an example of the network being modelled?
Yes and it fails for both
@AnkurArohi , I haven't been able to reproduce this.
Was create_transformer_from_parameters() and create_sgen() used to create the equipment in the network? What was the slack/reference bus for the model?
I'm assuming it was the latest version of pandapower?
Yes it was latest,slack and all other details were same and it works with the old pp version
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
After setting PU gens as PQ gens in network, Load Flow did not converge: 'DataFrame' object has no attribute 'shift_mv_degree' dc powerflow did not work: 'DataFrame' object has no attribute 'shift_mv_degree'
Expected Behavior
Since these columns are not mandatory in the pandapower documentation for load flow calculation this should never occur
Installed Versions
Label