tkf / Bifurcations.jl

Bifurcation analysis in pure Julia. Totally work-in-progress.
https://tkf.github.io/Bifurcations.jl/dev/
Other
14 stars 4 forks source link

Use Jacobian from DiffEqFunction if provided #15

Closed tkf closed 5 years ago

codecov-io commented 5 years ago

Codecov Report

Merging #15 into master will decrease coverage by 0.47%. The diff coverage is 7.14%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #15      +/-   ##
==========================================
- Coverage    66.4%   65.93%   -0.48%     
==========================================
  Files          58       58              
  Lines        1816     1829      +13     
==========================================
  Hits         1206     1206              
- Misses        610      623      +13
Impacted Files Coverage Δ
src/fixedpoint.jl 53.62% <ø> (ø) :arrow_up:
src/diffeq.jl 24.13% <7.14%> (-19.62%) :arrow_down:

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 fd350ad...5b3ae50. Read the comment docs.

codecov-io commented 5 years ago

Codecov Report

Merging #15 into master will increase coverage by 0.16%. The diff coverage is 57.89%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #15      +/-   ##
==========================================
+ Coverage    66.4%   66.57%   +0.16%     
==========================================
  Files          58       58              
  Lines        1816     1834      +18     
==========================================
+ Hits         1206     1221      +15     
- Misses        610      613       +3
Impacted Files Coverage Δ
src/fixedpoint.jl 57.97% <ø> (+4.34%) :arrow_up:
src/examples/calcium.jl 84.61% <100%> (+14.61%) :arrow_up:
src/diffeq.jl 48.38% <50%> (+4.63%) :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 fd350ad...9e61845. Read the comment docs.