We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ab241b commit 1d873a2Copy full SHA for 1d873a2
test/Wilkinson/wilk_test.jl
@@ -31,7 +31,7 @@ mout = hires_sol(A, b; TF=Float16)
31
#
32
lres=length(mout.rhist)
33
ndel=norm(mout.sol - xe,Inf)
34
-(alpha < 500.0) ? lt=6 : lt=8
+(alpha < 500.0) ? lt=7 : lt=9
35
l2ok=(lres <= lt)
36
s2ok=(ndel < 1.e-10);
37
A2ok=l2ok && s1ok
0 commit comments