[NumPy-Tickets] [NumPy] #1780: nditer broadcasting test failure under python 2.4
NumPy Trac
numpy-tickets@scipy....
Thu Mar 24 10:55:53 CDT 2011
#1780: nditer broadcasting test failure under python 2.4
------------------------------+---------------------------------------------
Reporter: rgommers | Owner: mwiebe
Type: defect | Status: new
Priority: normal | Milestone: 1.6.0
Component: numpy.core | Version: devel
Keywords: nditer python2.4 |
------------------------------+---------------------------------------------
Reported on OS X and Linux against 1.6.0b1.
FAIL: test_iterator.test_iter_broadcasting_errors
----------------------------------------------------------------------
Traceback (most recent call last):
File "/sw/lib/python2.4/site-packages/nose/case.py", line 187, in
runTest
self.test(*self.arg)
File "/sw/lib/python2.4/site-packages/numpy/core/tests/
test_iterator.py", line 639, in test_iter_broadcasting_errors
'Message "%s" doesn\'t contain operand shape (2,3)' % msg)
File "/sw/lib/python2.4/site-packages/numpy/testing/utils.py", line
34, in assert_
raise AssertionError(msg)
AssertionError: Message "non-broadcastable output operand with shape
(%zd,%zd) doesn't match the broadcast shape (%zd,%zd,%zd)" doesn't
contain operand shape (2,3)
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1780>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list