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
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)
Tried basic troubleshooting (if a bug/error) like restarting the interpreter and checking the pythonpath
Issue Description and Traceback
pandapower 4.0
When creating a gen it should use min_vm_pu/max_vm_pu from the bus it is connected to if not passed instead of the default from the network_schema.
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
Issue Description and Traceback
pandapower 4.0
When creating a gen it should use min_vm_pu/max_vm_pu from the bus it is connected to if not passed instead of the default from the network_schema.