octave-maintainers
[Top][All Lists]
Advanced

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

Re: 3.2.0 release candidate 5


From: Julian Schnidder
Subject: Re: 3.2.0 release candidate 5
Date: Tue, 2 Jun 2009 21:44:07 +0200

2009/6/2 Jaroslav Hajek <address@hidden>:
> hi,
>
> the Octave 3.2.0 RC5 tarballs are available at
> http://artax.karlin.mff.cuni.cz/~hajej2am/ulozna/octave/
> [...]
>
> enjoy! (and build... and report success... :)

Builds fine on Ubuntu 9.04 (with reference lapack and blas libraries,
i.e. no atlas).

The scaling test in polyfit.m fails (was ok in 3.1.55)
scripts/polynomial/polyfit.m ........................... PASS    8/9    FAIL 1

More precisely
>>>>> processing /usr/local/src/octave-3.2.0/scripts/polynomial/polyfit.m
  ***** test
 x = [ -1196.4, -1195.2, -1194, -1192.8, -1191.6, -1190.4, -1189.2, -1188, \
       -1186.8, -1185.6, -1184.4, -1183.2, -1182];
 y = [ 315571.7086, 315575.9618, 315579.4195, 315582.6206, 315585.4966,    \
       315588.3172, 315590.9326, 315593.5934, 315596.0455, 315598.4201,    \
       315600.7143, 315602.9508, 315605.1765 ];
 [p1, s1] = polyfit (x, y, 10);
 [p2, s2, mu] = polyfit (x, y, 10);
 assert (2*s2.normr < s1.normr)
!!!!! test failed
assert (2 * s2.normr < s1.normr) failed>>>>> processing
/usr/local/src/octave-3.2.0/scripts/polynomial/polyreduce.m

But I don't know how to fix it.

Kind regards,
Julian

PS: Thanks for your efforts. I am looking forward to the new octave release.


reply via email to

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