Skip to content

Commit

Permalink
fix var name
Browse files Browse the repository at this point in the history
  • Loading branch information
jd-lara committed Jan 18, 2024
1 parent a794de1 commit 543a801
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common.jl
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ function assign_reference_buses!(
ref_bus_positions::Set{Int},
bus_lookup::Dict{Int, Int},
)
ref_buses = [k for (k, v) in bus_lookup if v in ref_positions]
ref_buses = [k for (k, v) in bus_lookup if v in ref_bus_positions]
assign_reference_buses!(subnetworks, ref_buses)
end

Expand Down

0 comments on commit 543a801

Please sign in to comment.