Skip to content

Commit d8337e4

Browse files
committed
remove lingering @show
1 parent 3625e50 commit d8337e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/parsers/power_models_data.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1194,7 +1194,7 @@ function get_branch_type_psse(
11941194

11951195
if !is_transformer
11961196
if (tap != 0.0) && (tap != 1.0)
1197-
@show "Transformer $d has tap ratio $tap, which is not 0.0 or 1.0; this is not a valid value for a Line. Parsing entry as a Transformer"
1197+
@warn "Transformer $d has tap ratio $tap, which is not 0.0 or 1.0; this is not a valid value for a Line. Parsing entry as a Transformer"
11981198
is_transformer = true
11991199
_add_vector_control_group(d, "shift", "group_number")
12001200
else

0 commit comments

Comments
 (0)