[Numpy-discussion] New release of NumPy coming
Francesc Altet
faltet at carabos.com
Wed Feb 15 02:02:27 CST 2006
A Dimecres 15 Febrer 2006 00:01, Travis Oliphant va escriure:
> I'd like to make a new release of NumPy in the next day or two. If
> there are any outstanding issues, please let me know.
Well, I've run all the recently added tests for unicode in both UCS4
and UCS2 platforms and all passes flawlessly. Very good :-)
However, there are some problem when trying to load the unicode tests
when running the complete suite:
In [1]: import numpy
In [2]: numpy.test(1)
Found 11 tests for numpy.core.umath
Found 8 tests for numpy.lib.arraysetops
Found 26 tests for numpy.core.ma
Found 6 tests for numpy.core.records
Found 14 tests for numpy.core.numeric
Found 4 tests for numpy.distutils.misc_util
Found 3 tests for numpy.lib.getlimits
Found 30 tests for numpy.core.numerictypes
Found 9 tests for numpy.lib.twodim_base
Found 1 tests for numpy.core.oldnumeric
Found 44 tests for numpy.lib.shape_base
Found 4 tests for numpy.lib.index_tricks
Found 42 tests for numpy.lib.type_check
Found 3 tests for numpy.dft.helper
Warning: !! FAILURE importing tests for <module 'numpy.core.multiarray'
from '...kages/numpy/core/multiarray.so'>
/usr/lib/python2.3/site-packages/numpy/core/tests/test_multiarray.py:195:
ImportError: No module named test_unicode (in ?)
Found 7 tests for numpy.core.defmatrix
Found 33 tests for numpy.lib.function_base
Found 0 tests for __main__
.......................................................................................................................................................................................................................................................
----------------------------------------------------------------------
Ran 247 tests in 0.951s
OK
I've been trying to see how to correctly load the unicode tests, but
failed miserably. Perhaps Pearu can tell us about the correct way to
do that.
Thanks,
>0,0< Francesc Altet http://www.carabos.com/
V V Cárabos Coop. V. Enjoy Data
"-"
More information about the Numpy-discussion
mailing list