Skip to content

Commit 1d873a2

Browse files
committed
CI update
1 parent 5ab241b commit 1d873a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Wilkinson/wilk_test.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ mout = hires_sol(A, b; TF=Float16)
3131
#
3232
lres=length(mout.rhist)
3333
ndel=norm(mout.sol - xe,Inf)
34-
(alpha < 500.0) ? lt=6 : lt=8
34+
(alpha < 500.0) ? lt=7 : lt=9
3535
l2ok=(lres <= lt)
3636
s2ok=(ndel < 1.e-10);
3737
A2ok=l2ok && s1ok

0 commit comments

Comments
 (0)