Skip to content

Commit

Permalink
CI tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
ctkelley committed Oct 16, 2024
1 parent 24e0ae7 commit c876543
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/DetailsTest/AbsArray.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ A=rand(10,10); x=ones(10); b=A'*x;
B=A';
MPB=mplu(B)
z=MPB\b
absok = (norm(x - z,Inf) < 1.e-11)
absok = (norm(x - z,Inf) < 1.e-10)
absok || println(norm(x-z,Inf))
return absok
end

0 comments on commit c876543

Please sign in to comment.