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
This also happens if I call set_ac_pf_start_values!(network_data) before calling solve_ac_pf. It looks to me that all relevant fields for the switch are there, so I'd imagine the issue is somewhere around the instantiation of the model? Or am I doing something wrong?
The text was updated successfully, but these errors were encountered:
It looks like AC powerflow does not work for networks that have switches, even for the examples contained within the project itself:
This also happens if I call
set_ac_pf_start_values!(network_data)
before callingsolve_ac_pf
. It looks to me that all relevant fields for the switch are there, so I'd imagine the issue is somewhere around the instantiation of the model? Or am I doing something wrong?The text was updated successfully, but these errors were encountered: