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

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

[Octave-bug-tracker] [bug #57460] Tolerance exceeded in test for "svds"


From: Rik
Subject: [Octave-bug-tracker] [bug #57460] Tolerance exceeded in test for "svds" on Windows
Date: Mon, 23 Dec 2019 11:10:40 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko

Follow-up Comment #4, bug #57460 (project octave):

Interestingly, the failing test does not use the random number generator to
initialize the starting search point for ARPACK.  To do that, Octave has to
pass the opts structure.  The first test that is failing is just calling "svds
(A, k)".

In this case, ARPACK chooses its own random starting point.  That means, it
may be just random bad luck that sometimes it fails and sometimes it doesn't.

Could you run the following benchmark which I have attached in two files
(tst_svds.m and stats_tst_svds.m)?  Download the files, put them in the same
directory, start octave, and then run "stats_tst_svds"

(file #48110, file #48111)
    _______________________________________________________

Additional Item Attachment:

File name: tst_svds.m                     Size:0 KB
    <https://savannah.gnu.org/file/tst_svds.m?file_id=48110>

File name: stats_tst_svds.m               Size:0 KB
    <https://savannah.gnu.org/file/stats_tst_svds.m?file_id=48111>



    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?57460>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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