[BUG] missing ; in add_start_vrvi!
function that breaks for cases without explicit neutral
#480
Labels
add_start_vrvi!
function that breaks for cases without explicit neutral
#480
The function definition add_start_vrvi! requires
;
after the right hand sidedata_math
to be fixed asadd_start_vrvi!(data_math::Dict{String,Any}; kwargs...) = add_start_voltage!(data_math; coordinates=:rectangular, kwargs...)
.This bug breaks the initialization when
explicit_neutral=false
.The text was updated successfully, but these errors were encountered: