changeset 15536:fe159d11b864 stable

increase tolerance for svds test * svds.m: Increase tolerance for svds (speye (10)) test.
author John W. Eaton <jwe@octave.org>
date Wed, 17 Oct 2012 10:46:15 -0400
parents 15628a84a4fa
children 2e8eb9ac43a5
files scripts/sparse/svds.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/sparse/svds.m
+++ b/scripts/sparse/svds.m
@@ -287,7 +287,7 @@
 %!
 %!testif HAVE_ARPACK
 %! s = svds (speye (10));
-%! assert (s, ones (6, 1), 2*eps);
+%! assert (s, ones (6, 1), 4*eps);
 
 %!test
 %! ## Restore random number generator seeds at end of tests