Skip to content

Commit a021ce9

Browse files
tolerance
1 parent 322107d commit a021ce9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/downstream/delaydiffeq.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ using Test
2424
@test sol.errors[:l∞] < error
2525

2626
sol_scalar = solve(prob_scalar, ddealg)
27-
@test sol.tsol_scalar.t atol=1e-4
28-
@test sol[1, :] sol_scalar.u
27+
@test sol.tsol_scalar.t atol=1e-3
28+
@test sol[1, :] sol_scalar.u atol=1e-3
2929
end
3030
end
3131

0 commit comments

Comments
 (0)