warning upon running numpy rc02 tests

O'Keefe, Michael Michael_OKeefe at nrel.gov
Wed Oct 11 09:50:25 EDT 2006


Just FYI, I got the following warning while running the unittests from RC02:

Python 2.5 (r25:51908, Sep 19 2006, 09:52:17) [MSC v.1310 32 bit (Intel)] on win32
Type "copyright", "credits" or "license()" for more information.

    ****************************************************************
    Personal firewall software may warn about the connection IDLE
    makes to its subprocess using this computer's internal loopback
    interface.  This connection is not visible on any external
    interface and no data is sent to or received from the Internet.
    ****************************************************************
    
IDLE 1.2      
>>> from numpy import test
>>> from numpy import __version__
>>> __version__
'1.0rc2'
>>> test()
  Found 5 tests for numpy.distutils.misc_util
  Found 3 tests for numpy.lib.getlimits
  Found 31 tests for numpy.core.numerictypes
  Found 32 tests for numpy.linalg
  Found 13 tests for numpy.core.umath
  Found 4 tests for numpy.core.scalarmath
  Found 9 tests for numpy.lib.arraysetops
  Found 4 tests for numpy.ctypeslib
  Found 42 tests for numpy.lib.type_check
Warning: FAILURE importing tests for <module 'numpy.core.multiarray' from '...ages\\numpy\\core\\multiarray.pyd'>
C:\Python25\Lib\site-packages\numpy\core\tests\test_multiarray.py:355: ImportError: No module named test_unicode (in <module>)
  Found 3 tests for numpy.fft.helper
  Found 36 tests for numpy.core.ma
  Found 1 tests for numpy.lib.ufunclike
  Found 12 tests for numpy.lib.twodim_base
  Found 10 tests for numpy.core.defmatrix
  Found 41 tests for numpy.lib.function_base
  Found 2 tests for numpy.lib.polynomial
  Found 8 tests for numpy.core.records
  Found 26 tests for numpy.core.numeric
  Found 4 tests for numpy.lib.index_tricks
  Found 47 tests for numpy.lib.shape_base
  Found 0 tests for __main__
.............................................................................................................................................................................................................................................................................................................................................
----------------------------------------------------------------------
Ran 333 tests in 2.687s

OK
<unittest.TextTestRunner object at 0x01462C10>

-------------------------------------------------------------------------
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




More information about the NumPy-Discussion mailing list