CURENT / andes

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

Fixed equations in GAST #210

Closed jinningwang closed 2 years ago

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
No Duplication information No Duplication information

codecov[bot] commented 2 years ago

Codecov Report

Merging #210 (a59e7a8) into develop (ccde557) will decrease coverage by 0.01%. The diff coverage is 76.66%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #210      +/-   ##
===========================================
- Coverage    78.86%   78.84%   -0.02%     
===========================================
  Files          114      116       +2     
  Lines        12186    12260      +74     
===========================================
+ Hits          9610     9666      +56     
- Misses        2576     2594      +18     
Impacted Files Coverage Δ
andes/core/block.py 81.86% <ø> (ø)
andes/core/solver.py 62.69% <ø> (ø)
andes/models/__init__.py 100.00% <ø> (ø)
andes/models/exciter/esdc2a.py 100.00% <ø> (ø)
andes/models/exciter/esst3a.py 100.00% <ø> (ø)
andes/models/renewable/regca1.py 98.41% <ø> (ø)
andes/models/renewable/regcvsg2.py 100.00% <ø> (ø)
andes/models/vcomp/__init__.py 100.00% <ø> (ø)
andes/utils/sympy.py 17.64% <17.64%> (ø)
andes/core/symprocessor.py 13.06% <60.00%> (+0.63%) :arrow_up:
... and 8 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update a3f97e8...a59e7a8. Read the comment docs.