Skip to content

Commit c876543

Browse files
committed
CI tweak
1 parent 24e0ae7 commit c876543

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/DetailsTest/AbsArray.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ A=rand(10,10); x=ones(10); b=A'*x;
33
B=A';
44
MPB=mplu(B)
55
z=MPB\b
6-
absok = (norm(x - z,Inf) < 1.e-11)
6+
absok = (norm(x - z,Inf) < 1.e-10)
77
absok || println(norm(x-z,Inf))
88
return absok
99
end

0 commit comments

Comments
 (0)