From: O'Keefe, M. <Mic...@nr...> - 2006-10-11 13:50:32
|
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. **************************************************************** =20 IDLE 1.2 =20 >>> 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> |