CURENT / andes

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

Added sheet support for ipywidgets; fixed a bug related to renewable model code. #128

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 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

codecov[bot] commented 3 years ago

Codecov Report

Merging #128 (1f2735b) into master (39a31fa) will decrease coverage by 0.27%. The diff coverage is 32.75%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #128      +/-   ##
==========================================
- Coverage   82.44%   82.16%   -0.28%     
==========================================
  Files          98       98              
  Lines       11261    11306      +45     
==========================================
+ Hits         9284     9290       +6     
- Misses       1977     2016      +39     
Impacted Files Coverage Δ
andes/system.py 76.27% <28.57%> (-0.37%) :arrow_down:
andes/core/model.py 81.09% <30.00%> (-1.50%) :arrow_down:
andes/core/param.py 76.59% <31.03%> (-8.69%) :arrow_down:
andes/core/block.py 87.64% <100.00%> (ø)
tests/test_case.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 39a31fa...1f2735b. Read the comment docs.