Skip to content

Commit

Permalink
use int buses
Browse files Browse the repository at this point in the history
  • Loading branch information
jd-lara committed Jun 3, 2024
1 parent 84b4bff commit 5c863db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parsers/pm_io/data.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1679,7 +1679,7 @@ function correct_bus_types!(data::Dict{String, <:Any})
for (i, gen) in data["gen"]
#println(gen)
if gen["gen_status"] == 1
push!(bus_gens[string(gen["gen_bus"])], i)
push!(bus_gens[gen["gen_bus"]], i)
end
end

Expand Down

0 comments on commit 5c863db

Please sign in to comment.