# HG changeset patch # User Ben Abbott # Date 1207224221 14400 # Node ID 5269a8ab0f23fc251afe927526c42245ca6430c0 # Parent 5499ec4d87055a1b30a0605d294e0e3d8c66de7e Reduce test script tolerance. diff -r 5499ec4d8705 -r 5269a8ab0f23 scripts/ChangeLog --- a/scripts/ChangeLog Thu Apr 03 00:01:07 2008 -0400 +++ b/scripts/ChangeLog Thu Apr 03 08:03:41 2008 -0400 @@ -1,3 +1,6 @@ 2008-04-02 John W. Eaton + * sparse/spaugment.m: Increase test script tolerance. + 2008-04-02 John W. Eaton * deprecated/Makefile.in (SOURCES): Add spkron.m to the list. diff -r 5499ec4d8705 -r 5269a8ab0f23 scripts/sparse/spaugment.m --- a/scripts/sparse/spaugment.m Thu Apr 03 00:01:07 2008 -0400 +++ b/scripts/sparse/spaugment.m Thu Apr 03 08:03:41 2008 -0400 @@ -94,4 +94,4 @@ endfunction %! [L, U, P, Q] = lu (s); %! x1 = Q * (U \ (L \ (P * [ones(m,1); zeros(n,1)]))); %! x1 = x1(end - n + 1 : end); -%! assert (x1, x0, 1e-10) +%! assert (x1, x0, 1e-6)