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

Merge Develop and prepare for v1.3.8 release. #140

Closed cuihantao closed 3 years ago

sonarcloud[bot] commented 3 years ago

Kudos, SonarCloud Quality Gate passed!

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

No Coverage information No Coverage information
0.0% 0.0% Duplication

codecov[bot] commented 3 years ago

Codecov Report

Merging #140 (1d44cb3) into master (11696ca) will increase coverage by 0.09%. The diff coverage is 91.66%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #140      +/-   ##
==========================================
+ Coverage   82.37%   82.46%   +0.09%     
==========================================
  Files         100      101       +1     
  Lines       11347    11447     +100     
==========================================
+ Hits         9347     9440      +93     
- Misses       2000     2007       +7     
Impacted Files Coverage Δ
andes/core/model.py 80.73% <0.00%> (-0.42%) :arrow_down:
andes/models/__init__.py 100.00% <ø> (ø)
andes/models/exciter/exac1.py 100.00% <ø> (ø)
andes/models/governor/tg2.py 100.00% <ø> (ø)
andes/plot.py 37.30% <0.00%> (ø)
andes/routines/tds.py 66.66% <0.00%> (-0.39%) :arrow_down:
andes/models/governor/tgov1.py 85.71% <80.00%> (ø)
andes/models/renewable/regcvsg.py 98.75% <98.75%> (ø)
andes/core/symprocessor.py 86.90% <100.00%> (+0.11%) :arrow_up:
andes/core/var.py 81.28% <100.00%> (+0.69%) :arrow_up:
... and 15 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 11696ca...1d44cb3. Read the comment docs.