logo       

Re: MacOS X 10.3.9 build but load-save.m test failure: msg#00063

gnu.octave.bugs

Subject: Re: MacOS X 10.3.9 build but load-save.m test failure

On 28-Apr-2005, Dmitri A. Sergatskov wrote:

| EXEC: ../src/octave -f -q -p .:../src//:./../scripts//
./octave.test/linalg/expm-2.m
|
| Octave Output:
| ans = 0
| FAIL: octave.test/linalg/expm-2.m

The test is:

arg = [1, 1; 0, 1];
result = [2.718281828459045, 2.718281828459045;
0.000000000000000, 2.718281828459045];
all (all (abs (expm (arg) - result) < 2*eps))

My guess is it is not computing a result to the expected precision.

What is the max difference on your system? If it is reasonably small
(say < 256*eps or so) then probably we should just increase the
tolerance in the test file.

jwe



-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web: http://www.octave.org
How to fund new projects: http://www.octave.org/funding.html
Subscription information: http://www.octave.org/archive.html
-------------------------------------------------------------




<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise