Open
Description
The function definition add_start_vrvi! requires ;
after the right hand side data_math
to be fixed as
add_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
.