changeset 17502:fb5bdabb9169

svds.m: Increase tolerance in test.
author John W. Eaton <jwe@octave.org>
date Wed, 25 Sep 2013 15:16:34 -0400
parents 278ef6bd821d
children cff399332a7f
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
@@ -297,7 +297,7 @@
 %!
 %!testif HAVE_ARPACK
 %! s = svds (speye (10));
-%! assert (s, ones (6, 1), 4*eps);
+%! assert (s, ones (6, 1), 8*eps);
 
 %!test
 %! ## Restore random number generator seeds at end of tests