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 _dss2eng_loadshape function #387

Merged
merged 1 commit into from
Apr 1, 2022

Conversation

juanjospina
Copy link
Contributor

This PR fixes a bug related to pmult values being overwritten by qmult values in the _dss2eng_loadshape!(...) function when running multinetwork tests with loadshapes. The option to add pmult and qmult as separate csv files was not working correctly.

Closes #386.

Fixed bug in _dss2eng_loadshape function that caused pmult to be overwritten with qmult data.
@pseudocubic pseudocubic self-requested a review March 31, 2022 21:10
@pseudocubic pseudocubic added Type: Bug Something isn't working Category: Data Parsers parser issues labels Mar 31, 2022
@codecov
Copy link

codecov bot commented Mar 31, 2022

Codecov Report

Merging #387 (21a1e67) into main (44835aa) will decrease coverage by 0.00%.
The diff coverage is 0.00%.

@@            Coverage Diff             @@
##             main     #387      +/-   ##
==========================================
- Coverage   69.32%   69.32%   -0.01%     
==========================================
  Files          59       59              
  Lines       14599    14600       +1     
==========================================
  Hits        10121    10121              
- Misses       4478     4479       +1     
Impacted Files Coverage Δ
src/io/dss/dss2eng.jl 91.61% <0.00%> (-0.19%) ⬇️

📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more

@pseudocubic pseudocubic merged commit b4bd074 into lanl-ansi:main Apr 1, 2022
@juanjospina juanjospina deleted the fixpmultqmultloadshape branch April 26, 2023 17:03
@juanjospina juanjospina restored the fixpmultqmultloadshape branch April 26, 2023 17:03
@juanjospina juanjospina deleted the fixpmultqmultloadshape branch April 26, 2023 17:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Category: Data Parsers parser issues Type: Bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] 'pmult' and 'qmult' csv data are not being parsed correctly in multinetwork test cases.
2 participants