Skip to content
New issue

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

FIX: bug in _map_eng2math_bus! function #415

Merged
merged 2 commits into from
Dec 24, 2022

Conversation

keatsig
Copy link
Collaborator

@keatsig keatsig commented Dec 23, 2022

This PR fixes the bug in _map_eng2math_bus!() related to shunts where bs was calculated using real component of the admittance instead of the imaginary component.

@keatsig keatsig added Type: Bug Something isn't working Category: Data Parsers parser issues Category: Data Models Data Models and removed Category: Data Parsers parser issues labels Dec 23, 2022
@keatsig keatsig linked an issue Dec 23, 2022 that may be closed by this pull request
@codecov
Copy link

codecov bot commented Dec 23, 2022

Codecov Report

Merging #415 (05df616) into main (ce5187d) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #415   +/-   ##
=======================================
  Coverage   71.75%   71.75%           
=======================================
  Files          60       60           
  Lines       15194    15194           
=======================================
  Hits        10903    10903           
  Misses       4291     4291           
Impacted Files Coverage Δ
src/data_model/eng2math.jl 91.33% <ø> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@pseudocubic pseudocubic marked this pull request as ready for review December 24, 2022 00:58
@pseudocubic pseudocubic merged commit 528fe6d into lanl-ansi:main Dec 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Category: Data Models Data Models Type: Bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error in eng2maths.jl line 333?
2 participants