CURENT / andes

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

Binder-numba #228

Closed cuihantao closed 2 years ago

cuihantao commented 2 years ago

Allow specifying config options through command-line arguments --config-option.

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 #228 (b679b48) into master (c1f5869) will decrease coverage by 0.09%. The diff coverage is 58.42%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #228      +/-   ##
==========================================
- Coverage   78.42%   78.32%   -0.10%     
==========================================
  Files         148      149       +1     
  Lines       12535    12611      +76     
==========================================
+ Hits         9830     9878      +48     
- Misses       2705     2733      +28     
Impacted Files Coverage Δ
andes/models/__init__.py 100.00% <ø> (ø)
andes/models/timeseries.py 42.30% <13.63%> (-3.35%) :arrow_down:
andes/system.py 76.01% <21.73%> (-1.24%) :arrow_down:
andes/main.py 66.18% <100.00%> (ø)
andes/models/synchronous/__init__.py 100.00% <100.00%> (ø)
andes/models/synchronous/plbvfu1.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 c1f5869...b679b48. Read the comment docs.