octave-maintainers
[Top][All Lists]
Advanced

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

R: 3.2.0 release candidate 2


From: Marco Atzeri
Subject: R: 3.2.0 release candidate 2
Date: Mon, 25 May 2009 21:43:10 +0000 (GMT)

--- Lun 25/5/09, Jaroslav Hajek <address@hidden> ha scritto:

> Da: Jaroslav Hajek <address@hidden>
> Oggetto: 3.2.0 release candidate 2
> A: "octave maintainers list" <address@hidden>
> Data: Lunedì 25 maggio 2009, 13:01
> hi,
> 
> the Octave 3.2.0 RC2 tarballs are available at
> http://artax.karlin.mff.cuni.cz/~hajej2am/ulozna/octave/
> 
> enjoy
> 
> -- 
> RNDr. Jaroslav Hajek
> computing expert & GNU Octave developer
> Aeronautical Research and Test Institute (VZLU)
> Prague, Czech Republic
> url: www.highegg.matfyz.cz

build fine on cygwin-1.7 and almost all the tests are passed.

The only new fault for me is:  

>>>>> processing 
>>>>> /pub/cygports/octave/octave-3.2.0-2/src/octave-3.2.0/scripts/sparse/svds.m
  ***** testif HAVE_ARPACK
 [u2,s2,v2,flag] = svds(a,k,0);
 s2 = diag(s2);
 assert(flag,!1);
 assert(s(k:-1:1), s2, 1e-10); 
!!!!! test failed
assert (s (k:-1:1),s2,1e-10) expected
   38.034
   38.034
   38.015
   38.015
   38.004
   38.004
but got
   38.060
   38.034
   38.034
   38.015
   38.015
   38.004
   38.004

Regards
Marco



      



reply via email to

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