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
Reproducible Example
# Convert MATPOWER case to pandapower network# mat_file_path is file to the 14-IEEE casenet=pc.from_mpc(
mat_file_path, f_hz=50, casename_mpc_file="mpc", validate_conversion=False
)
# Run power flow to calculate the Ybus matrixpp.runpp(net)
Issue Description and Traceback
Hey,
in the context of the following issue: #2338, I tried to transform the following .m-file from https://github.com/MATPOWER/matpower/blob/master/data/case14.m into a pandapower format but here I got the error message from #2338. Technically the issue mainly arises from the fact that net.bus["vn_kv"] is 0 for each bus. When I read-in the adjusted 14 IEEE case which is built-in pandapower with net = pn.case14(), the net.bus["vn_kv"] includes the actual values. How can I resolve this issue ?
Thanks and best
Paul-Niklas
Expected Behavior
I should get a pandapower file which contains values similar to the built-in 14 bus case from net = pn.case14()
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
Hey,
in the context of the following issue: #2338, I tried to transform the following
.m
-file from https://github.com/MATPOWER/matpower/blob/master/data/case14.m into a pandapower format but here I got the error message from #2338. Technically the issue mainly arises from the fact thatnet.bus["vn_kv"]
is 0 for each bus. When I read-in the adjusted 14 IEEE case which is built-in pandapower withnet = pn.case14()
, thenet.bus["vn_kv"]
includes the actual values. How can I resolve this issue ?Thanks and best
Paul-Niklas
Expected Behavior
I should get a pandapower file which contains values similar to the built-in 14 bus case from
net = pn.case14()
Installed Versions
Label
The text was updated successfully, but these errors were encountered: