octave-maintainers
[Top][All Lists]
Advanced

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

Re: svds test failures


From: Rik
Subject: Re: svds test failures
Date: Mon, 08 Aug 2011 10:01:55 -0700

8/8/11

Marco, Tatsuro,

I've combined the list of initialization values which are acceptable for
Cygwin, MinGW, and Linux and it amounts to just [35, 40].

Could someone with a MacOS system try those two values in svds.m?  Below
are the two lines to change.

------
%! randn ('state', 35);      % Initialize to make normest function reproducible
%! rand ('state', 35)
------

After each change run the following code

for i = 1:300
  bm(i) = test ("svds");
endfor
sum (bm)

If the sum is not 300 then neither of the values will work.

--Rik


reply via email to

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