[SciPy-Dev] Python2.4 test failures with scipy SVN and rc3
Ralf Gommers
ralf.gommers@googlemail....
Wed Jul 21 09:19:09 CDT 2010
On Tue, Jul 20, 2010 at 10:20 PM, Bruce Southey <bsouthey@gmail.com> wrote:
> Hi,
> There are a few tests failing with Python2.4 under Linux 64-bit:
> $ python2.4
> Python 2.4.5 (#1, Oct 6 2008, 09:54:35)
> [GCC 4.3.2 20080917 (Red Hat 4.3.2-4)] on linux2
> Type "help", "copyright", "credits" or "license" for more information.
> >>> import numpy as np
> >>> import scipy as sp
> >>> np.__version__
> '2.0.0.dev8391'
> >>> sp.__version__
> '0.9.0.dev6630'
>
> One is due to use of the 'functools' module introduced in Python2.5 so I
> added the same workaround as scipy.io.arff
> http://projects.scipy.org/scipy/ticket/1244
>
> Applied in trunk in r6632. Will do the same for 0.8.0.
> Three are the same error in 'scipy/io/netcdf.py' file:
> http://projects.scipy.org/scipy/ticket/1243
>
No idea. There are a bunch of other tickets for netcdf, it could use a
makeover.
>
> Can the test 'test_decomp.test_lapack_misaligned' be set to known as this
> is ticket 1152
> http://projects.scipy.org/scipy/ticket/1152
>
Marked as known in r6633.
Thanks for testing,
Ralf
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.scipy.org/pipermail/scipy-dev/attachments/20100721/51f0e2bc/attachment.html
More information about the SciPy-Dev
mailing list