Skip to content

Commit

Permalink
Update eng2math.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
keatsig committed Dec 23, 2022
1 parent ce5187d commit 76dda8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data_model/eng2math.jl
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ function _map_eng2math_bus!(data_math::Dict{String,<:Any}, data_eng::Dict{String
"shunt_bus" => math_obj["bus_i"],
"connections" => sh_connections,
"gs" => real.(sh_y),
"bs" => real.(sh_y),
"bs" => imag.(sh_y),
)
push!(to_sh, "shunt.$sh_index")
end
Expand Down

0 comments on commit 76dda8a

Please sign in to comment.