octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #46683] test svds fails


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #46683] test svds fails
Date: Mon, 14 Dec 2015 19:56:35 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0 Iceweasel/38.2.1

Update of bug #46683 (project octave):

                Category:         Octave Function => Libraries              
                  Status:                    None => Confirmed              
                 Release:               4.0.1-rc1 => dev                    
        Operating System:       Microsoft Windows => Any                    

    _______________________________________________________

Follow-up Comment #1:

This test fails also with Debian with the current version of OpenBLAS, but
does not require loading Java to trigger the test failure. Maybe more than one
interaction leading to this happening?


$ LD_LIBRARY_PATH=/usr/lib/libblas:/usr/lib/lapack octave-cli --eval "test
svds"
PASSES 6 out of 6 tests


$ octave-cli --eval "test svds"
warning: svds: returning fewer singular values than requested
warning: svds: try increasing the value of sigma
***** testif HAVE_ARPACK, HAVE_UMFPACK
 [u2,s2,v2,flag] = svds (A,k,0,opts);
 s2 = diag (s2);
 assert (flag, !1);
 tol = 10 * eps() * norm(s2, 1);
 assert (s2, s(k:-1:1), tol);

!!!!! test failed
ASSERT errors for:  assert (s2,s (k:-1:1),tol)

  Location  |  Observed  |  Expected  |  Reason
     .          O(6x1)       E(7x1)      Dimensions don't match


Originally posted here:
http://lists.gnu.org/archive/html/octave-maintainers/2015-12/msg00111.html

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?46683>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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