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

Refactor files models into packages. #225

Closed cuihantao closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #225 (b9a1a71) into master (2c3a673) will increase coverage by 0.04%. The diff coverage is 92.23%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #225      +/-   ##
==========================================
+ Coverage   78.65%   78.70%   +0.04%     
==========================================
  Files         119      147      +28     
  Lines       12403    12571     +168     
==========================================
+ Hits         9756     9894     +138     
- Misses       2647     2677      +30     
Impacted Files Coverage Δ
andes/models/__init__.py 100.00% <ø> (ø)
andes/utils/__init__.py 100.00% <ø> (ø)
andes/utils/func.py 100.00% <ø> (ø)
andes/core/symprocessor.py 17.29% <16.66%> (-0.44%) :arrow_down:
andes/utils/misc.py 66.15% <31.25%> (-11.85%) :arrow_down:
andes/linsolvers/cupy.py 41.66% <41.66%> (ø)
andes/linsolvers/scipy.py 50.00% <50.00%> (ø)
andes/core/model.py 76.38% <76.92%> (-0.28%) :arrow_down:
andes/models/synchronous/genbase.py 89.18% <89.18%> (ø)
andes/models/dynload/fload.py 97.14% <97.14%> (ø)
... and 43 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 2c3a673...b9a1a71. Read the comment docs.

sonarcloud[bot] commented 2 years ago

SonarCloud Quality Gate failed.    Quality Gate failed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 70 Code Smells

No Coverage information No Coverage information
3.5% 3.5% Duplication