octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

inconsequential eigs.cc test failure


From: Ben Abbott
Subject: inconsequential eigs.cc test failure
Date: Tue, 06 Oct 2009 08:18:41 -0400

I occasionally get the failure below.

>>>>> processing /Users/bpabbott/Development/mercurial/local_clone/ src/DLD-FUNCTIONS/eigs.cc
  ***** testif HAVE_ARPACK
 [v1,d1] = eigs(A, k, 'si');
 d1 = diag(d1);
 for i=1:k
  assert(max(abs((A - d1(i)*eye(n))*v1(:,i))),0.,1e-11)
 endfor
!!!!! test failed
assert (max (abs ((A - d1 (i) * eye (n)) * v1 (:, i))),0.,1e-11) expected
0
but got
 8.2063e-11
maximum absolute error 8.20629e-11 exceeds tolerance 1e-11>>>>> processing /Users/bpabbott/Development/mercurial/local_clone/src/DLD- FUNCTIONS/fft.cc

Is there any objection to an increase in the tolerance for the test script?

Ben

Attachment: changeset-eigs.patch
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]