We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
x1
x0
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In src/data_model/dss/edge_constructors.jl , the imaginary value of :puz0 is incorrectly assigned to x1 instead of x0.
:puz0
PowerModelsDistribution.jl/src/data_model/dss/edge_constructors.jl
Line 308 in 3014d49
The text was updated successfully, but these errors were encountered:
FIX: typo in dss parser for Vsource
e4fe1b3
FIX: typo in dss parser for Vsource `vsource.x1 = imag(puz0) * Zbase` should be `vsource.x0 = imag(puz0) * Zbase` Resolves lanl-ansi#486
Successfully merging a pull request may close this issue.
In src/data_model/dss/edge_constructors.jl , the imaginary value of
:puz0
is incorrectly assigned tox1
instead ofx0
.PowerModelsDistribution.jl/src/data_model/dss/edge_constructors.jl
Line 308 in 3014d49
The text was updated successfully, but these errors were encountered: