CURENT / andes

Python toolbox / library for power system transient dynamics simulation with symbolic modeling and numerical analysis 🔥
https://ltb.curent.org
Other
224 stars 111 forks source link

Hygov4 #371

Closed zaidmahmood closed 2 years ago

zaidmahmood commented 2 years ago

HYGOV4 model is added.

codecov[bot] commented 2 years ago

Codecov Report

Base: 78.44% // Head: 78.50% // Increases project coverage by +0.06% :tada:

Coverage data is based on head (8bde270) compared to base (f6ab02f). Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #371 +/- ## =========================================== + Coverage 78.44% 78.50% +0.06% =========================================== Files 178 179 +1 Lines 14614 14656 +42 =========================================== + Hits 11464 11506 +42 Misses 3150 3150 ``` | [Impacted Files](https://codecov.io/gh/cuihantao/andes/pull/371?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Hantao+Cui) | Coverage Δ | | |---|---|---| | [andes/models/\_\_init\_\_.py](https://codecov.io/gh/cuihantao/andes/pull/371/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Hantao+Cui#diff-YW5kZXMvbW9kZWxzL19faW5pdF9fLnB5) | `100.00% <ø> (ø)` | | | [andes/models/governor/\_\_init\_\_.py](https://codecov.io/gh/cuihantao/andes/pull/371/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Hantao+Cui#diff-YW5kZXMvbW9kZWxzL2dvdmVybm9yL19faW5pdF9fLnB5) | `100.00% <100.00%> (ø)` | | | [andes/models/governor/hygov4.py](https://codecov.io/gh/cuihantao/andes/pull/371/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Hantao+Cui#diff-YW5kZXMvbW9kZWxzL2dvdmVybm9yL2h5Z292NC5weQ==) | `100.00% <100.00%> (ø)` | | | [andes/io/xlsx.py](https://codecov.io/gh/cuihantao/andes/pull/371/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Hantao+Cui#diff-YW5kZXMvaW8veGxzeC5weQ==) | `78.04% <0.00%> (ø)` | | | [andes/models/synchronous/gencls.py](https://codecov.io/gh/cuihantao/andes/pull/371/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Hantao+Cui#diff-YW5kZXMvbW9kZWxzL3N5bmNocm9ub3VzL2dlbmNscy5weQ==) | `100.00% <0.00%> (ø)` | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Hantao+Cui). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Hantao+Cui)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

sonarcloud[bot] commented 2 years ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

cuihantao commented 2 years ago

Looks good. Thanks!!