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

Bug fix and prepare for new version. #222

Closed cuihantao 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
0.0% 0.0% Duplication

codecov[bot] commented 2 years ago

Codecov Report

Merging #222 (2c3a673) into master (afd9e5f) will decrease coverage by 1.08%. The diff coverage is 99.28%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #222      +/-   ##
==========================================
- Coverage   79.74%   78.65%   -1.09%     
==========================================
  Files         119      119              
  Lines       12436    12403      -33     
==========================================
- Hits         9917     9756     -161     
- Misses       2519     2647     +128     
Impacted Files Coverage Δ
andes/utils/snapshot.py 100.00% <ø> (+41.66%) :arrow_up:
andes/utils/sympy.py 16.66% <0.00%> (ø)
tests/test_1st_system.py 100.00% <ø> (ø)
tests/test_cli.py 100.00% <ø> (ø)
tests/test_tds_resume.py 100.00% <ø> (ø)
andes/core/__init__.py 100.00% <100.00%> (ø)
andes/core/block.py 81.80% <100.00%> (-0.07%) :arrow_down:
andes/core/common.py 88.41% <100.00%> (ø)
andes/core/discrete.py 82.85% <100.00%> (ø)
andes/core/documenter.py 86.48% <100.00%> (ø)
... and 98 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 afd9e5f...2c3a673. Read the comment docs.