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

Support continuation on GPU #17

Closed tkf closed 4 years ago

codecov-io commented 4 years ago

Codecov Report

Merging #17 into master will decrease coverage by 1.46%. The diff coverage is 62.5%.

Impacted file tree graph

@@           Coverage Diff            @@
##           master    #17      +/-   ##
========================================
- Coverage   66.46%    65%   -1.47%     
========================================
  Files          58     58              
  Lines        1846   1863      +17     
========================================
- Hits         1227   1211      -16     
- Misses        619    652      +33
Impacted Files Coverage Δ
src/continuations/solver.jl 86.3% <100%> (ø) :arrow_up:
src/continuations/euler_newton.jl 94.87% <100%> (+0.2%) :arrow_up:
src/continuations/branching.jl 73.46% <100%> (-2.05%) :arrow_down:
src/utils/array_utils.jl 59.25% <45%> (-5.36%) :arrow_down:
src/fixedpoint.jl 57.97% <50%> (ø) :arrow_up:
src/continuations/display.jl 0% <0%> (-39.29%) :arrow_down:
src/codim1/resolve_point.jl 57.5% <0%> (-13.24%) :arrow_down:
src/base/display.jl 36.53% <0%> (-3.85%) :arrow_down:
src/plotting.jl 59% <0%> (-1.87%) :arrow_down:
... and 1 more

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 e7c4f94...cb402ec. Read the comment docs.