Skip to content

Conversation

@juanjospina
Copy link
Contributor

Body

  • This PR adds the missing semicolons in the functions:
add_start_vrvi!(data_math::Dict{String,Any}; kwargs...) = add_start_voltage!(data_math; coordinates=:rectangular, kwargs...).
add_start_vmva!(data_math::Dict{String,Any}; kwargs...) = add_start_voltage!(data_math; coordinates=:polar, kwargs...)

The missing semicolon breaks the initialization when using args such as explicit_neutral=false.

Code

  • Unit tests were added to test that starting voltage values were added correctly.

@stale
Copy link

stale bot commented Nov 5, 2025

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix This will not be worked on label Nov 5, 2025
@stale stale bot removed the wontfix This will not be worked on label Nov 10, 2025
@pseudocubic pseudocubic merged commit 79874bc into lanl-ansi:main Nov 10, 2025
9 of 10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG] missing ; in add_start_vrvi! function that breaks for cases without explicit neutral

2 participants