octave-maintainers
[Top][All Lists]
Advanced

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

Re: dMatrix.cc test failures


From: Tatsuro MATSUOKA
Subject: Re: dMatrix.cc test failures
Date: Thu, 25 Aug 2011 09:58:12 +0900 (JST)

Hello

--- On Thu, 2011/8/25, Ben Abbott wrote:

> 
> 
> On Aug 24, 2011, at 3:52 AM, Tatsuro MATSUOKA wrote:
> 
> Hello
> 
> Sorry I have overlooked
> *******************
> I pushed a changeset.
> 
>       http://hg.savannah.gnu.org/hgweb/octave/rev/0413227e407b
> 
> Ben
> ******************
> However the problem seem to be setting of tolerances.
> 
> 
> 
> I pushed a change to the stable branch.
> 
>       http://hg.savannah.gnu.org/hgweb/octave/rev/c85ee092fa6d
I have attached the above to the default branch source, one error is 
disappeared.

However, the other error still exist 

>>>>> processing 
>>>>> e:\usr\Tatsu\mingwhome\octaves\hg\octave-work\liboctave\dMatrix.cc
  ***** assert([M*cv,M*cv],M*[cv,cv],1e-14)
!!!!! test failed
assert ([M * cv, M * cv],M * [cv, cv],1e-14) expected
   127.2762   127.2762
   238.3372   238.3372
    71.3559    71.3559
  -107.4919  -107.4919
   108.3659   108.3659
    28.0889    28.0889
   -42.4246   -42.4246
     9.8570     9.8570
   134.3780   134.3780
   153.5574   153.5574
but got
   127.2762   127.2762
   238.3372   238.3372
    71.3559    71.3559
  -107.4919  -107.4919
   108.3659   108.3659
    28.0889    28.0889
   -42.4246   -42.4246
     9.8570     9.8570
   134.3780   134.3780
   153.5574   153.5574
maximum absolute error 2.84217e-014 exceeds tolerance 1e-014
shared variables 
  scalar structure containing the fields:

Please also change

assert([M*cv,M*cv],M*[cv,cv],1e-14) 

to 

assert([M*cv,M*cv],M*[cv,cv], 3e-14)

Regards

Tatsuro


reply via email to

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