[Numpy-discussion] ANN: Numpy 1.8.0 beta 1 release
Charles R Harris
charlesr.harris at gmail.com
Wed Sep 4 15:17:22 EDT 2013
On Tue, Sep 3, 2013 at 6:24 PM, Christoph Gohlke <cgohlke at uci.edu> wrote:
>
> The 32 bit build fails two tests (unrelated to the above 64 bit issue):
>
> ======================================================================
> FAIL: test_invalid (test_errstate.TestErrstate)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
> File "X:\Python27\lib\site-packages\numpy\testing\decorators.py",
> line 146, in skipper_func
> return f(*args, **kwargs)
> File
> "X:\Python27\lib\site-packages\numpy\core\tests\test_errstate.py", line
> 23, in test_invalid
> self.fail("Did not raise an invalid error")
> AssertionError: Did not raise an invalid error
>
> ======================================================================
> FAIL: simd tests on max/min
> ----------------------------------------------------------------------
> Traceback (most recent call last):
> File "X:\Python27\lib\site-packages\numpy\core\tests\test_umath.py",
> line 678, in test_minmax_blocked
> msg=repr(inp) + '\n' + msg)
> AssertionError: array([ 0., 1., nan, 3., 4., 5., 6., 7.,
> 8., 9., 10.], dtype=float32)
> unary offset=(0, 0), size=11, dtype=<type 'numpy.float32'>, out of place
>
> ----------------------------------------------------------------------
>
>
I opened issues for both of these. Christoph, Julian is looking at the
second <https://github.com/numpy/numpy/issues/3680>, could you help him
debug the issue?
Chuck
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20130904/7f1362ae/attachment.html>
More information about the NumPy-Discussion
mailing list