octave-maintainers
[Top][All Lists]
Advanced

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

Re: octave-2.9.17 from source - make check fails - please help!


From: juras
Subject: Re: octave-2.9.17 from source - make check fails - please help!
Date: Tue, 13 Nov 2007 04:27:31 -0800 (PST)



kahacjde wrote:
> 
> (...cut...)
> If this is successful (!) you can install qhull again, recompile octave,
> now the octave tests should work.
> 
> Kai
> 
> P.S. I have used this [1] src-rpm
> 
> [1] http://www.qhull.org/download/qhull-2003.1-1mdk.src.rpm
> [2] http://gcc.gnu.org/ml/gcc-bugs/2007-09/msg00474.html
> 
Thank you for quick answer.
After having recompiled qhull, without recompiling octave I got expected
result.
The geometry tests no longer fail.
However test_arth fails:
 ***** test
 x = [pi/2*i, 3*pi/2*i];
 v = [0, 0];
 assert(all (abs (coth (x) - v) < sqrt (eps)));
!!!!! test failed
error: assert (all (abs (coth (x) - v) < sqrt (eps))) failed

There must be something wrong with tanh: (coth is defined in m-file as
1/tanh)
octave:3> tanh(pi/2*i)
ans = NaN + Infi

and the answer should be:
0+Infi

-- 
View this message in context: 
http://www.nabble.com/octave-2.9.17-from-source---make-check-fails---please-help%21-tf4796444.html#a13724749
Sent from the Octave - Maintainers mailing list archive at Nabble.com.



reply via email to

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