Skip to content

Commit

Permalink
fix interpolation time
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas committed Aug 22, 2022
1 parent 821b621 commit ea31198
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Sundials.jl
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ SnoopPrecompile.@precompile_all_calls begin
Float64[])]

for prob in prob_list, solver in solver_list
solve(prob, solver)(5.0)
solve(prob, solver)(0.5)
end

prob_list = nothing
Expand Down

0 comments on commit ea31198

Please sign in to comment.