[Numpy-discussion] 1.2.0rc2 tagged! --PLEASE TEST--

Mark Miller markperrymiller at gmail.com
Mon Sep 15 13:49:27 EDT 2008


Warning, errors, and failures here on XP Pro (numpy installed with the
python 2.5 superpack).

Just passing it along, and apologies if these have already been caught.

>>> import numpy
>>> numpy.__version__
'1.2.0rc2'
>>> numpy.test()
Running unit tests for numpy
NumPy version 1.2.0rc2
NumPy is installed in C:\Python25\lib\site-packages\numpy
Python version 2.5.2 (r252:60911, Feb 21 2008, 13:11:45) [MSC v.1310 32 bit
(Intel)]
nose version 0.10.3
.......................................
Warning (from warnings module):
  File "C:\Python25\lib\unittest.py", line 507
    return self.suiteClass(map(testCaseClass, testCaseNames))
DeprecationWarning: NumpyTestCase will be removed in the next release;
please update your code to use nose or unittest

Warning (from warnings module):
  File "C:\Python25\lib\site-packages\numpy\core\tests\test_ma.py", line 18
    NumpyTestCase.__init__(self, *args, **kwds)
DeprecationWarning: NumpyTestCase will be removed in the next release;
please update your code to use nose or unittest
...............................
Warning (from warnings module):
  File "C:\Python25\lib\site-packages\numpy\core\ma.py", line 609
    warnings.warn("Cannot automatically convert masked array to "\
UserWarning: Cannot automatically convert masked array to numeric because
data
    is masked in one or more locations.
F...EEEEE..............................................................................................................................................................................................................K..K..................................................................................................................................................................................................K................................................................................Ignoring
"Python was built with Visual Studio 2003;
extensions must be built with a compiler than can generate compatible
binaries.
Visual Studio 2003 was not found on this system. If you have Cygwin
installed,
you can try compiling with MingW32, by passing "-c mingw32" to setup.py."
(one should fix me in fcompiler/compaq.py)
..............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
======================================================================
ERROR: test_ma.testta
----------------------------------------------------------------------
Traceback (most recent call last):
  File "c:\python25\Lib\site-packages\nose\case.py", line 182, in runTest
    self.test(*self.arg)
TypeError: testta() takes exactly 2 arguments (0 given)

======================================================================
ERROR: test_ma.testtb
----------------------------------------------------------------------
Traceback (most recent call last):
  File "c:\python25\Lib\site-packages\nose\case.py", line 182, in runTest
    self.test(*self.arg)
TypeError: testtb() takes exactly 2 arguments (0 given)

======================================================================
ERROR: test_ma.testtc
----------------------------------------------------------------------
Traceback (most recent call last):
  File "c:\python25\Lib\site-packages\nose\case.py", line 182, in runTest
    self.test(*self.arg)
TypeError: testtc() takes exactly 2 arguments (0 given)

======================================================================
ERROR: test_ma.testf
----------------------------------------------------------------------
Traceback (most recent call last):
  File "c:\python25\Lib\site-packages\nose\case.py", line 182, in runTest
    self.test(*self.arg)
TypeError: testf() takes exactly 1 argument (0 given)

======================================================================
ERROR: test_ma.testinplace
----------------------------------------------------------------------
Traceback (most recent call last):
  File "c:\python25\Lib\site-packages\nose\case.py", line 182, in runTest
    self.test(*self.arg)
TypeError: testinplace() takes exactly 1 argument (0 given)

======================================================================
FAIL: check_testUfuncRegression (test_ma.TestUfuncs)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "C:\Python25\lib\site-packages\numpy\core\tests\test_ma.py", line
692, in check_testUfuncRegression
    self.failUnless(eqmask(ur.mask, mr.mask))
AssertionError

----------------------------------------------------------------------
Ran 1618 tests in 7.485s

FAILED (KNOWNFAIL=3, errors=5, failures=1)
<nose.result.TextTestResult run=1618 errors=5 failures=1>
>>>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20080915/c4c28dd8/attachment.html>


More information about the NumPy-Discussion mailing list