-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bump power models #1034
bump power models #1034
Conversation
The tests are failing due to the change in the constraint creation in PowerModels.jl lanl-ansi/PowerModels.jl#819 |
@@ -13,7 +13,7 @@ end | |||
# replicates PM.build_mn_opf | |||
function instantiate_nip_expr(pm::PM.AbstractPowerModel) | |||
for n in eachindex(PM.nws(pm)) | |||
@assert !PM.ismulticonductor(pm; nw = n) | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[JuliaFormatter] reported by reviewdog 🐶
@@ -104,7 +103,7 @@ | |||
# replicates PM.build_mn_opf_bf_strg | |||
function instantiate_bfp_expr(pm::PM.AbstractPowerModel) | |||
for n in eachindex(PM.nws(pm)) | |||
@assert !PM.ismulticonductor(pm; nw = n) | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[JuliaFormatter] reported by reviewdog 🐶
device_hvdc and network_const updates
No description provided.