ufechner7 / KiteModels.jl

Kite and tether models for the simulation of kite power systems
https://ufechner7.github.io/KiteModels.jl/
MIT License
8 stars 2 forks source link

Add find_steady_state(), init_sim(), next_step() and test scripts #17

Closed ufechner7 closed 2 years ago

ufechner7 commented 2 years ago

Initial version for four point model; not yet working correctly...

codecov-commenter commented 2 years ago

Codecov Report

Merging #17 (f4ee511) into main (9aa7c36) will increase coverage by 1.74%. The diff coverage is 98.97%.

@@            Coverage Diff             @@
##             main      #17      +/-   ##
==========================================
+ Coverage   97.22%   98.96%   +1.74%     
==========================================
  Files           3        3              
  Lines         504      582      +78     
==========================================
+ Hits          490      576      +86     
+ Misses         14        6       -8     
Impacted Files Coverage Δ
src/KiteModels.jl 94.50% <95.65%> (-0.17%) :arrow_down:
src/KPS3.jl 99.44% <97.43%> (+3.54%) :arrow_up:
src/KPS4.jl 100.00% <100.00%> (+1.16%) :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 9aa7c36...f4ee511. Read the comment docs.

ufechner7 commented 2 years ago

Working fine now, but tests still need to be fixed to improve code coverage...