Skip to content

Commit

Permalink
formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
jd-lara committed Jan 11, 2024
1 parent c1972c8 commit 591c422
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/network_models/powermodels_interface.jl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ end
# replicates PM.build_mn_opf
function instantiate_nip_expr(pm::PM.AbstractPowerModel)
for n in eachindex(PM.nws(pm))

PM.variable_bus_voltage(pm; nw = n)
PM.variable_branch_power(pm; nw = n, bounded = false)
PM.variable_dcline_power(pm; nw = n, bounded = false)
Expand Down Expand Up @@ -103,7 +102,6 @@ end
# replicates PM.build_mn_opf_bf_strg
function instantiate_bfp_expr(pm::PM.AbstractPowerModel)
for n in eachindex(PM.nws(pm))

PM.variable_bus_voltage(pm; nw = n)
PM.variable_branch_power(pm; nw = n, bounded = false)
PM.variable_dcline_power(pm; nw = n, bounded = false)
Expand Down

0 comments on commit 591c422

Please sign in to comment.