SciML / ODE.jl

Assorted basic Ordinary Differential Equation solvers for scientific machine learning (SciML). Deprecated: Use DifferentialEquations.jl instead.
Other
106 stars 50 forks source link

fix depwarns on v0.6 #127

Closed ChrisRackauckas closed 7 years ago

ChrisRackauckas commented 7 years ago

ODE.jl still won't compile on v0.6 (that looks like it may take a lot of work, and I don't have the time for it right now), but I at least fixed all of the depwarns it causes.

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 91.257% when pulling 7d9590b27c13497dd96f161e762766dac0e6909f on 0.6 into bd3b236acc36c24e53731796d6e644e89c04385e on master.

codecov-io commented 7 years ago

Codecov Report

Merging #127 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #127   +/-   ##
=======================================
  Coverage   91.25%   91.25%           
=======================================
  Files           4        4           
  Lines         366      366           
=======================================
  Hits          334      334           
  Misses         32       32
Impacted Files Coverage Δ
src/algorithm_types.jl 100% <ø> (ø) :arrow_up:
src/ODE.jl 93.87% <ø> (ø) :arrow_up:
src/runge_kutta.jl 93.14% <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 bd3b236...7d9590b. Read the comment docs.