Skip to content

Commit

Permalink
Merge pull request #87 from SciML/auto-juliaformatter-pr
Browse files Browse the repository at this point in the history
Automatic JuliaFormatter.jl run
  • Loading branch information
ChrisRackauckas authored Oct 2, 2024
2 parents 8951cfe + dedfa3d commit 5bbdba3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/core.jl
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ end
sol = solve(prob, DynamicSS(Rodas5P()))

@test SciMLBase.successful_retcode(sol.retcode)

# scalar save_idxs
scalar_sol = solve(prob, DynamicSS(CVODE_BDF()), dt = 1.0, save_idxs = 1)
@test scalar_sol[1] sol[1] atol=1e-6
@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 5bbdba3

Please sign in to comment.