[SciPy-dev] scipy.interpolate.fitpack patch

John Travers jtravs at gmail.com
Thu Feb 8 07:22:59 EST 2007


On 08/02/07, Nils Wagner <nwagner at iam.uni-stuttgart.de> wrote:
> John Travers wrote:
> > Hi Nils,
> > This seems strange to me. It is not finding the first root.Can you run
> >
> > /usr/lib64/python2.4/site-packages/scipy/interpolate/fitpack.py 3
> >
> > and
> >
> > /usr/lib64/python2.4/site-packages/scipy/sandbox/spline/fitpack.py 3
> >
> > and post the output please.
> >
...
> Sure.
> python -i /usr/lib64/python2.4/site-packages/scipy/sandbox/spline/fitpack.py

> ******************************************
>         Tests of sproot
> ******************************************
>   k  :     Roots of s(x) approx sin(x)  x in [0.0,15.0]:
>   3  : [3.1418159268145143, 6.283324249558861, 9.4246967197029239,
> 12.566327676063914]

> python -i /usr/lib64/python2.4/site-packages/scipy/interpolate/fitpack.py

>   3  : [3.1418159268145143, 6.283324249558861, 9.4246967197029239,
> 12.566327676063914]

So the original fitpack doesn't find the first root either - strange
that this works on my machine, but not yours. Given that the other
roots look good I don't think there is a major problem. I think I'll
just modify the test to not complain if the first root is not found
for now.

Cheers,
John



More information about the SciPy-Dev mailing list