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

Fixed some minor function docstring errors in andes/core/model/model.py #325

Closed aaliqureshi closed 2 years ago

aaliqureshi commented 2 years ago

Fixed docstring errors in model.py file

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
No Duplication information No Duplication information

codecov[bot] commented 2 years ago

Codecov Report

Merging #325 (a146421) into develop (8a3c284) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff            @@
##           develop     #325   +/-   ##
========================================
  Coverage    77.80%   77.80%           
========================================
  Files          166      166           
  Lines        13897    13897           
========================================
  Hits         10813    10813           
  Misses        3084     3084           
Impacted Files Coverage Δ
andes/core/model/model.py 80.37% <ø> (ø)
andes/routines/tds.py 63.07% <0.00%> (-0.13%) :arrow_down:
andes/variables/dae.py 69.03% <0.00%> (+0.22%) :arrow_up:

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 8a3c284...a146421. Read the comment docs.

cuihantao commented 2 years ago

Thanks!