Skip to content

Commit

Permalink
Update core.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas authored Sep 4, 2024
1 parent 07dac71 commit cd70ba7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/core.jl
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ end

# scalar save_idxs
scalar_sol = solve(prob, DynamicSS(CVODE_BDF()), dt = 1.0, save_idxs = 1)
@test scalar_sol[1] sol[1]
@test scalar_sol[1] sol[1] atol=1e-6

f(du, sol.u, p, 0)
@test du[0, 0] atol=1e-6
Expand Down

0 comments on commit cd70ba7

Please sign in to comment.