octave-maintainers
[Top][All Lists]
Advanced

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

Re: Octave 3.6.1-rc0 release candidate available for ftp


From: Jean-Francois Cardoso
Subject: Re: Octave 3.6.1-rc0 release candidate available for ftp
Date: Wed, 08 Feb 2012 11:21:09 +0100
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:10.0) Gecko/20120129 Thunderbird/10.0

On 2/7/12 7:00 PM, John W. Eaton wrote:
The first release candidate of Octave 3.6.1

 We could especially use reports for Windows
and OS X systems.


Build successful on MacOSX Lion
- gfortran
- 32 bits
- BLAS from the VecLib framework

Only 3 tests do not pass.
Cheers, JF



processing /Users/cardoso/Soft/octave-3.6.1-rc0/src/data.cc
  ***** assert(log2(complex(0,Inf)), Inf + log2(i));
!!!!! test failed
assert (log2 (complex (0, Inf)),Inf + log2 (i)) expected
Inf + 2.266i
but got
Inf - NaNi
NaNs don't match


processing /Users/cardoso/Soft/octave-3.6.1-rc0/scripts/polynomial/roots.m
  ***** assert(roots ([1e-200, -1e200 * 1i, 1]), -1e-200 * 1i)
!!!!! test failed
assert (roots ([1e-200, -1e200 * 1i, 1]),-1e-200 * 1i) expected
 -0.0000e+00 - 1.0000e-200i
but got
0
real != complex

processing /Users/cardoso/Soft/octave-3.6.1-rc0/scripts/signal/fftfilt.m
  ***** test
  r = sqrt(1/2) * (1+i);
  b = b*r;
  assert(fftfilt(b, x  ), r*[1 1 0 0 0 0 0 0 0 0]  , eps);
  assert(fftfilt(b, r*x), r*r*[1 1 0 0 0 0 0 0 0 0], eps);
  assert(fftfilt(b, x.'), r*[1 1 0 0 0 0 0 0 0 0].', eps);
!!!!! test failed
assert (fftfilt (b, r * x),r * r * [1, 1, 0, 0, 0, 0, 0, 0, 0, 0],eps) expected
 Columns 1 through 5:
   0.00000 + 1.00000i   0.00000 + 1.00000i   0.00000 + 0.00000i   0.00000 + 
0.00000i   0.00000 + 0.00000i
 Columns 6 through 10:
   0.00000 + 0.00000i   0.00000 + 0.00000i   0.00000 + 0.00000i   0.00000 + 
0.00000i   0.00000 + 0.00000i
but got
 Columns 1 through 5:
   0.00000 + 1.00000i  -0.00000 + 1.00000i   0.00000 - 0.00000i   0.00000 + 
0.00000i   0.00000 + 0.00000i
 Columns 6 through 10:
  -0.00000 + 0.00000i  -0.00000 + 0.00000i   0.00000 + 0.00000i  -0.00000 + 
0.00000i   0.00000 - 0.00000i
maximum absolute error 2.23773e-16 exceeds tolerance 2.22045e-16
shared variables   scalar structure containing the fields:
    b =
       1   1
    x =
       1   0   0   0   0   0   0   0   0   0
    r = [](0x0)




reply via email to

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