[NumPy-Tickets] [NumPy] #1499: test fails: test_ldexp (test_umath.TestLdexp)
NumPy Trac
numpy-tickets@scipy....
Wed Jun 2 16:22:35 CDT 2010
#1499: test fails: test_ldexp (test_umath.TestLdexp)
----------------------+-----------------------------------------------------
Reporter: sienkiew | Owner: somebody
Type: defect | Status: new
Priority: normal | Milestone: 2.0.0
Component: Other | Version:
Keywords: |
----------------------+-----------------------------------------------------
NumPy version 2.0.0.dev8449
{{{
======================================================================
ERROR: test_ldexp (test_umath.TestLdexp)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/stsci/pyssgdev/2.5.4/numpy/core/tests/test_umath.py", line
363, in test_ldexp
assert_almost_equal(ncu.ldexp(np.array(2., np.longdouble), np.array(3,
np.int16)), 16.)
TypeError: function not supported for these types, and can't coerce safely
to supported types
}}}
Fails on Python 2.5.4, Solaris 8, sparc 32 bits.
Passes on:
- Red Hat Enterprise Linux 4, 32 bits, python 2.5.4
- RHE 4, 64 bits, python 2.5.4
- RHE 5, 64 bits, python 2.5.4
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1499>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list