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 saveat with nonzero starting time #129

Closed ChrisRackauckas closed 7 years ago

ChrisRackauckas commented 7 years ago

Always built the saveat vector from zero, even when it should've.

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 91.257% when pulling cabb5f8c596ba4ad184195d3d1977c1d1f2f6fb0 on saveat into c6e144c2502a306dfb818028a1bd6d0e541f5270 on master.

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 91.257% when pulling cabb5f8c596ba4ad184195d3d1977c1d1f2f6fb0 on saveat into c6e144c2502a306dfb818028a1bd6d0e541f5270 on master.

codecov-io commented 7 years ago

Codecov Report

Merging #129 into master will not change coverage. The diff coverage is 0%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #129   +/-   ##
=======================================
  Coverage   91.25%   91.25%           
=======================================
  Files           4        4           
  Lines         366      366           
=======================================
  Hits          334      334           
  Misses         32       32
Impacted Files Coverage Δ
src/common.jl 71.05% <0%> (ø) :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 c6e144c...cabb5f8. Read the comment docs.