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: transformer control dss2eng #445

Merged
merged 1 commit into from
Sep 20, 2023
Merged

Conversation

pseudocubic
Copy link
Collaborator

There is a bug in _bank_transformers! where if a transformer bank has controls, but either has non-sequential phases, e.g., (1, 3) or has phases not starting with 1, e.g., (2,3), then the function would throw an error because the destination conductor index c was wrong.

Also fixes occasionally failing test

Resolves #443

There is a bug in _bank_transformers! where if a transformer bank has controls, but either has non-sequential phases, e.g., (1, 3) or has phases not starting with 1, e.g., (2,3), then the function would throw an error because the destination conductor index `c` was wrong.

Also fixes occasionally failing test

Resolves #443
@pseudocubic pseudocubic added Type: Bug Something isn't working Category: Data Parsers parser issues labels Sep 20, 2023
@pseudocubic pseudocubic self-assigned this Sep 20, 2023
@codecov
Copy link

codecov bot commented Sep 20, 2023

Codecov Report

Merging #445 (17e30c4) into main (772044d) will increase coverage by 0.26%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #445      +/-   ##
==========================================
+ Coverage   73.53%   73.79%   +0.26%     
==========================================
  Files          72       72              
  Lines       16301    16300       -1     
==========================================
+ Hits        11987    12029      +42     
+ Misses       4314     4271      -43     
Files Changed Coverage Δ
src/io/utils.jl 93.22% <100.00%> (+0.39%) ⬆️

... and 17 files with indirect coverage changes

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

@pseudocubic pseudocubic merged commit 2bd61dc into main Sep 20, 2023
21 checks passed
@pseudocubic pseudocubic deleted the fix-bank-transformer-controls branch September 20, 2023 17:55
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] Error parsing OpenDSS 123 Bus case
1 participant