Skip to content

Commit

Permalink
Merge pull request #1035 from NREL-Sienna/jd/remove_leftover_info
Browse files Browse the repository at this point in the history
remove info
  • Loading branch information
jd-lara authored Jan 8, 2024
2 parents 4d2be9f + 0f5a428 commit fbd4e79
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/parsers/pm_io/psse.jl
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,6 @@ function _psse2pm_transformer!(pm_data::Dict, pti_data::Dict, import_all::Bool)
error("invalid transformer $(transformer["CW"])")
end

@info br_x
@assert transformer["X1-2"] > 0.0 && br_x > 0.0
sub_data["br_r"] = br_r
sub_data["br_x"] = br_x
Expand Down

0 comments on commit fbd4e79

Please sign in to comment.