You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
python version: 3.12*
Label
Relevant labels are selected
The text was updated successfully, but these errors were encountered:
@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?
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
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
The text was updated successfully, but these errors were encountered: