CURENT / andes

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

Parser #206

Closed jinningwang closed 2 years ago

jinningwang commented 2 years ago

Added parser for recent models

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
1.1% 1.1% Duplication

jinningwang commented 2 years ago

Hantao,

I have added the parsers for recent models, but haven't tested them. Also, please take a look at the IEEEVC parser to make sure I'm doing it in the right way.

Regards, Jinning

codecov[bot] commented 2 years ago

Codecov Report

Merging #206 (ca3c171) into master (236b596) will increase coverage by 0.05%. The diff coverage is 91.66%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #206      +/-   ##
==========================================
+ Coverage   78.79%   78.85%   +0.05%     
==========================================
  Files         115      116       +1     
  Lines       12223    12256      +33     
==========================================
+ Hits         9631     9664      +33     
  Misses       2592     2592              
Impacted Files Coverage Δ
andes/core/solver.py 62.69% <ø> (ø)
andes/core/symprocessor.py 13.06% <ø> (ø)
andes/models/__init__.py 100.00% <ø> (ø)
andes/models/exciter/esst1a.py 100.00% <ø> (ø)
andes/utils/sympy.py 17.64% <0.00%> (ø)
andes/models/governor/__init__.py 100.00% <100.00%> (ø)
andes/models/governor/gast.py 100.00% <100.00%> (ø)

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 236b596...ca3c171. Read the comment docs.

cuihantao commented 2 years ago

Thanks! WIll do!!