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
using Ipopt, JuMP, PowerModelsDistribution
solver = JuMP.optimizer_with_attributes(Ipopt.Optimizer)
path ="/Users/frederikgeth/.julia/packages/PowerModelsDistribution/BxWoM/test/data/en_validation_case_data/test_load_1ph_wye_cp.dss"
data = PowerModelsDistribution.parse_file(path, transformations = [remove_all_bounds!, transform_loops!])
form = PowerModelsDistribution.IVRENPowerModel
results = PowerModelsDistribution.solve_mc_pf(data, form, solver)
Expected behavior
Power flow should run, I believe the explicit neutral power flow problem specification is missing.
Note that solve_mc_opf does correctly calculate the power flow for data instantiated from OpenDSS files.
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Describe the bug
Calling solve_mc_pf on a four-wire case study results in a very unhelpful error message:
Minimum Viable Example
Expected behavior
Power flow should run, I believe the explicit neutral power flow problem specification is missing.
Note that
solve_mc_opf
does correctly calculate the power flow for data instantiated from OpenDSS files.The text was updated successfully, but these errors were encountered: