# HG changeset patch # User Mike Miller # Date 1620499517 25200 # Node ID f6f664d1027a4d6ff2a91cbad5e5aab84658dcba # Parent e84f7449a0d8a47ef19d0ecfaad11005fccd5112 lscov.m: relax BIST tolerance to pass with OpenBLAS (bug #60552) * lscov.m: Relax BIST tolerance from eps to 2*eps to allow test to pass. diff -r e84f7449a0d8 -r f6f664d1027a scripts/linear-algebra/lscov.m --- a/scripts/linear-algebra/lscov.m Sun May 16 09:43:43 2021 +0200 +++ b/scripts/linear-algebra/lscov.m Sat May 08 11:45:17 2021 -0700 @@ -198,7 +198,7 @@ %! assert(se_b2, [se_b 2*se_b], 2*eps); %! assert(mse2, [mse 4*mse], eps); %! assert(S2(:, :, 1), S, eps); -%! assert(S2(:, :, 2), 4*S, eps); +%! assert (S2(:, :, 2), 4*S, 2*eps); %!test %! ## Artificial example with positive semi-definite weight matrix