diff --git a/libinterp/corefcn/svd.cc b/libinterp/corefcn/svd.cc index 1a4fec903a..b3272c6016 100644 --- a/libinterp/corefcn/svd.cc +++ b/libinterp/corefcn/svd.cc @@ -458,7 +458,7 @@ in Octave has been set to @qcode{"gesvd"}. %! assert (V1, V2, 6*eps); %! z = U1(1,:) ./ U3(1,:); %! assert (U1, U3 .* z, 100*eps); -%! assert (S1, S3, 6*eps); +%! assert (S1, S3, 10*eps); %! assert (V1, V3 .* z, 100*eps); */