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


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Numpy-discussion mailing list
Numpy-discussion@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/numpy-discussion

Reply via email to