[Numpy-discussion] test fails

Nils Wagner nwagner at iam.uni-stuttgart.de
Tue Aug 15 12:06:10 EDT 2006


Steve Schmerler wrote:
> The test in
>
> In [2]: numpy.__version__
> Out[2]: '1.0b2.dev3007'
>
> fails:
>
>
> [...]
> check_1D_array (numpy.lib.tests.test_shape_base.test_vstack) ... ok
> check_2D_array (numpy.lib.tests.test_shape_base.test_vstack) ... ok
> check_2D_array2 (numpy.lib.tests.test_shape_base.test_vstack) ... ok
>
> ======================================================================
> ERROR: check_ascii (numpy.core.tests.test_multiarray.test_fromstring)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>    File 
> "/usr/local/lib/python2.3/site-packages/numpy/core/tests/test_multiarray.py", 
> line 120, in check_ascii
>      a = fromstring('1 , 2 , 3 , 4',sep=',')
> ValueError: don't know how to read character strings for given array type
>
> ----------------------------------------------------------------------
> Ran 476 tests in 1.291s
>
> FAILED (errors=1)
>
>
>   
I cannot reproduce it here

Numpy version 1.0b3.dev3025

python
/usr/lib64/python2.4/site-packages/numpy/core/tests/test_multiarray.py
  Found 153 tests for numpy.core.multiarray
  Found 0 tests for __main__
.........................................................................................................................................................
----------------------------------------------------------------------
Ran 153 tests in 0.047s

OK


Nils





More information about the NumPy-Discussion mailing list