[Numpy-discussion] FAIL: Tests mask_rowcols

Charles R Harris charlesr.harris at gmail.com
Sat Jun 7 18:15:45 EDT 2008


On Sat, Jun 7, 2008 at 3:46 PM, Pierre GM <pgmdevlist at gmail.com> wrote:

> Folks,
> Can anybody confirm that ? The tests look like they pass OK on my
> machine...


Yep,

======================================================================
FAIL: Tests mask_rowcols.
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/python2.5/site-packages/numpy/ma/tests/test_extras.py",
line 211, in check_mask_rowcols
    assert(mask_rowcols(x).all())
AssertionError

----------------------------------------------------------------------
Ran 1371 tests in 1.750s

FAILED (failures=1)
Out[1]: <unittest._TextTestResult run=1371 errors=0 failures=1>

This is on 32bit f8.

Compilation also gives a new warning:

gcc: numpy/core/src/multiarraymodule.c
numpy/core/src/multiarraymodule.c: In function '_zerofill':
numpy/core/src/arrayobject.c:6661: warning: control reaches end of non-void
function

But I don't think that is  yours ;)

Chuck
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20080607/070fd455/attachment.html>


More information about the NumPy-Discussion mailing list