JuliaEnergy / PowerDynSolve.jl

Subpackage of PowerDynamics.jl providing the functionality to solve/simulate the built models
https://juliaenergy.github.io/PowerDynamics.jl/dev/
GNU General Public License v3.0
1 stars 4 forks source link

Less dependencies: switching to OrdinaryDiffEq instead of DifferentialEquations in order to remove unnecessary dependencies #25

Closed timziebart closed 5 years ago

codecov[bot] commented 5 years ago

Codecov Report

Merging #25 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #25   +/-   ##
=======================================
  Coverage   89.44%   89.44%           
=======================================
  Files           7        7           
  Lines         161      161           
=======================================
  Hits          144      144           
  Misses         17       17
Impacted Files Coverage Δ
src/PowerDynSolve.jl 100% <ø> (ø) :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 e23be59...297911c. Read the comment docs.

timziebart commented 5 years ago

PS: The codecov just failed, because there is one line less to check for coverage. But the number of misses is still the same, so the whole thing is working correctly.