[SciPy-dev] Bugfix for weave's catalog.

John Hunter jdhunter at ace.bsd.uchicago.edu
Fri Jun 17 10:39:48 EDT 2005


>>>>> "Fernando" == Fernando Perez <Fernando.Perez at colorado.edu> writes:

    >> John Hunter wrote:
    >>>  The weave demo code I was running at Los Alamos showed this
    >>> bug so it will be a good test case.  I have it on my laptop at
    >>> home, and so can't send it now.  Fernando, do you have a copy
    >>> of the roadshow directory on your laptop?

    Fernando> Actually, I just checked and that stuff never made it to
    Fernando> SVN, so I don't have it.  Could you either commit it or
    Fernando> mail it to me so I can test and see if my fix also works
    Fernando> for your code?


OK, just did a fresh checkout of scipy from CVS on my powerbook G4,
and the bug was still present when running the test script.

    peds-mac054:~> uname -a
    Darwin peds-mac054.bsd.uchicago.edu 7.7.0 Darwin Kernel Version 7.7.0: Sun Nov 7 16:06:51 PST 2004; root:xnu/xnu-517.9.5.obj~1/RELEASE_PPC  Power Macintosh powerpc
    peds-mac054:~> python -c 'import scipy; print scipy.__version__' 
    numerix Numeric 24.0b2
    0.3.3_309.4624


After applying your patch the bug disappeared, so it looks good from
here.

On my linux desktop

    peds-pc311:~/python/examples/weave/blitz> uname -a
    Linux peds-pc311 2.6.10-5-386 #1 Fri May 20 13:52:48 UTC 2005 i686 GNU/Linux
    peds-pc311:~/python/examples/weave/blitz> python -c 'import scipy; print scipy.__version__'
    0.3.2


I am not seeing the bug.  I just upgraded my linux box to scipy CVS 

    peds-pc311:~/python/examples/weave/blitz> python -c 'import scipy; print scipy.__version__'
    numerix Numeric 24.0b2
    0.3.3_309.4624

and still do not see the bug.  Strange...

JDH




More information about the SciPy-Dev mailing list