octave-maintainers
[Top][All Lists]
Advanced

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

Re: tisean-0.2.3 : test failures


From: Marco Atzeri
Subject: Re: tisean-0.2.3 : test failures
Date: Fri, 4 Sep 2015 23:21:52 +0200
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0

On 04/09/2015 18:56, Oliver Heimlich wrote:
On 04.09.2015 18:37, Marco Atzeri wrote:
On cygwin 64 bit, two tests are producing notable
errors. All the others are passed.
Could someone confirm on other platform ?


Marco, all integrated tests pass on my Debian 64 bit system. Please let
me know if you need further details for identification of the error's
cause.


something looks wrong in this ikeda function

this should produce same of ikeda(1)

a          = 0.4;
b          = 6.0;
c          = 0.9;
x0         = 0.68587;
y0         = 0.65876;
TH=a-b/(1+x0^2+y0^2);
1+c*(x0+y0*j)*(cos(TH)+j*sin(TH))

ans =  0.65523 - 0.78338i

However on cygwin 64

> ikeda(1)
ans =

   1.21651   0.41790

on cygwin 32 bit

 ikeda(1)
ans =

   1.06022  -0.13853


and the expected value is

   0.28572    0.6434

I am a bit puzzled






reply via email to

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