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: Sun, 07 Aug 2011 10:05:05 -0700

On 08/07/2011 08:25 AM, Marco atzeri wrote:
> On 8/7/2011 4:28 PM, Rik wrote:
> 
>> I'm not opposed to changing the initialization seed and this is probably
>> the fastest way to get these tests working.  I tried moving to 43 and it
>> works on a Linux system.  In order to be certain you need to run the svds
>> code repeatedly.  Here is what I ran
>>
>>   for i = 1:1000
>>     bm(i) = test ("svds");
>>   endfor
>>   sum(bm)
>>
>> ans = 1000
>>
>> If you can repeat this test on your machine then I will just change the
>> initialization point.
>>
>> Regards,
>> Rik
> 
> on cygwin with 43
> 
> octave:1> for i = 1:1000
>>    bm(i) = test ("svds");
>>  endfor
> octave:2> sum(bm)
> ans =  1000
> 
> eventually we should ask a check also for mingw version.
> Just to be sure

I changed the initialization seed in this changeset
(http://hg.savannah.gnu.org/hgweb/octave/rev/5d79384e3a1d).  Eventually
when someone gets a working 3.4.2 build on mingw then they can verify that
43 works there as well.

--Rik


reply via email to

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