[Numpy-tickets] [NumPy] #163: numpy.testing.assert_equal does not handle ndarrays in tuples
NumPy
numpy-tickets at scipy.net
Fri Jun 30 16:29:24 CDT 2006
#163: numpy.testing.assert_equal does not handle ndarrays in tuples
--------------------------+-------------------------------------------------
Reporter: NeilenMarais | Owner: somebody
Type: defect | Status: new
Priority: normal | Milestone:
Component: Other | Version:
Severity: normal | Keywords:
--------------------------+-------------------------------------------------
If an ndarray is contained in a tuple rather than a list, assert_equal
won't work, since it does not realise it needs to recurse on the tuple
elements.
--
Ticket URL: <http://projects.scipy.org/scipy/numpy/ticket/163>
NumPy <http://projects.scipy.org/scipy/numpy>
The fundamental package needed for scientific computing with Python.
More information about the Numpy-tickets
mailing list