[Numpy-discussion] Access to C/C++, typemaps, pyrex...

Andrew Straw strawman at astraw.com
Mon Mar 13 11:21:07 EST 2006


Travis Oliphant wrote:

> I made enough changes to the numpy tree that I wanted to wait a day or
> two to let obvious bugs I may have created rise to the surface before
> making another release.  I'll test matplotlib today and if that goes
> well and I don't hear any other complaints, I'll make a release.
>
Hi Travis,

I'm getting one test failure with svn 2230 on my amd64 arch (below).
Other than that, the various bits of code I've tested seem to be working OK.

FAIL: check_both (numpy.core.tests.test_multiarray.test_pickling)
----------------------------------------------------------------------
Traceback (most recent call last):
  File
"/home/astraw/py2.3-linux-x86_64/lib/python2.3/site-packages/numpy-0.9.6.2230-py2.3-linux-x86_64.egg/numpy/core/tests/test_multiarray.py",
line 235, in check_both
    assert_equal(self.carray, pickle.loads(self.carray.dumps()))
  File
"/home/astraw/py2.3-linux-x86_64/lib/python2.3/site-packages/numpy-0.9.6.2230-py2.3-linux-x86_64.egg/numpy/testing/utils.py",
line 117, in assert_equal
    return assert_array_equal(actual, desired, err_msg)
  File
"/home/astraw/py2.3-linux-x86_64/lib/python2.3/site-packages/numpy-0.9.6.2230-py2.3-linux-x86_64.egg/numpy/testing/utils.py",
line 204, in assert_array_equal
    assert cond,\
AssertionError:
Arrays are not equal (mismatch 66.6666666667%):
        Array 1: [[2 9]
 [7 0]
 [3 8]]
        Array 2: [[2 0]
 [9 3]
 [7 8]]


----------------------------------------------------------------------
Ran 341 tests in 0.634s

FAILED (failures=1)
<unittest.TextTestRunner object at 0x2aaaaea81990>
>>> numpy.__file__
'/home/astraw/py2.3-linux-x86_64/lib/python2.3/site-packages/numpy-0.9.6.2230-py2.3-linux-x86_64.egg/numpy/__init__.pyc'





More information about the NumPy-Discussion mailing list