Skip to content

Commit

Permalink
Update test/downstream/delaydiffeq.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas authored Oct 12, 2024
1 parent 71f40a2 commit 15fdc69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/downstream/delaydiffeq.jl
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ using Test
@test sol.errors[:l∞] < error

sol_scalar = solve(prob_scalar, ddealg)
@test sol.tsol_scalar.t atol=1e-3
@test sol.tsol_scalar.t atol=1e-2
@test sol[1, :] sol_scalar.u
end
end
Expand Down

0 comments on commit 15fdc69

Please sign in to comment.