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

ADD: ZIP load model #401

Merged
merged 1 commit into from
Oct 11, 2022
Merged

ADD: ZIP load model #401

merged 1 commit into from
Oct 11, 2022

Conversation

keatsig
Copy link
Collaborator

@keatsig keatsig commented Oct 3, 2022

This PR adds support for ZIP loads which are modeled using already supported load models (constant impedance, constant current, and a constant power).

@codecov
Copy link

codecov bot commented Oct 3, 2022

Codecov Report

Merging #401 (1253694) into main (0f17d69) will increase coverage by 0.02%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #401      +/-   ##
==========================================
+ Coverage   69.60%   69.63%   +0.02%     
==========================================
  Files          59       59              
  Lines       14607    14620      +13     
==========================================
+ Hits        10167    10180      +13     
  Misses       4440     4440              
Impacted Files Coverage Δ
src/data_model/eng2math.jl 90.95% <100.00%> (+0.20%) ⬆️
src/data_model/math2eng.jl 97.90% <100.00%> (+0.04%) ⬆️
src/io/dss/dss2eng.jl 91.64% <100.00%> (+0.03%) ⬆️
src/io/utils.jl 82.50% <100.00%> (ø)

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

@pseudocubic pseudocubic added the Category: Formulations Network Formulation label Oct 3, 2022
@pseudocubic pseudocubic linked an issue Oct 3, 2022 that may be closed by this pull request
@pseudocubic pseudocubic marked this pull request as ready for review October 11, 2022 17:30
@pseudocubic pseudocubic merged commit 5c47e0f into lanl-ansi:main Oct 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Category: Formulations Network Formulation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] ZIP load
2 participants