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

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

[Octave-bug-tracker] [bug #53589] Failing BIST test in bicg


From: Dmitri A. Sergatskov
Subject: [Octave-bug-tracker] [bug #53589] Failing BIST test in bicg
Date: Mon, 9 Apr 2018 13:17:14 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:59.0) Gecko/20100101 Firefox/59.0

Follow-up Comment #3, bug #53589 (project octave):

I get those errors with atlas, but not with openblas.


LD_PRELOAD=/usr/lib64/atlas/libtatlas.so ./run-octave
test ('bicg')
***** test
 ## If A singular, the algorithm doesn't work due to division by zero
 A = ones (5);
 b = [1:5]';
 [x, flag] = bicg (A, b);
 assert (flag, 4);
!!!!! test failed
ASSERT errors for:  assert (flag,4)

  Location  |  Observed  |  Expected  |  Reason
     ()           1            4         Abs err 3 exceeds tol 0 by 3


Dmitri.
-- 


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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