Skip to content

Commit 1c419c9

Browse files
committed
Relax test tolerance
1 parent 2f4de68 commit 1c419c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/taylorize.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ using Elliptic
203203
# Compare to exact solution
204204
exact_sol(t, p, x0) = x0*exp(p*t)
205205
nn = norm.(abs2.(xv1p)-abs2.(exact_sol.(tv1p, cc, cx0)), Inf)
206-
@test maximum(nn) < 3.0e-15
206+
@test maximum(nn) < 1.0e-14
207207
end
208208

209209

0 commit comments

Comments
 (0)