[Numpy-tickets] [NumPy] #707: numpy.array failes if the input is a list of matrixes
NumPy
numpy-tickets@scipy....
Sun Apr 6 17:00:52 CDT 2008
#707: numpy.array failes if the input is a list of matrixes
------------------------+---------------------------------------------------
Reporter: markmat | Owner: somebody
Type: defect | Status: new
Priority: normal | Milestone: 1.0.5
Component: numpy.core | Version: none
Severity: normal | Resolution:
Keywords: |
------------------------+---------------------------------------------------
Comment (by oliphant):
!PyArray_Check uses the same logic as !PyInt_Check and others in Python
itself. It first performs an exact check on the type and then also
checks for subtypes.
--
Ticket URL: <http://scipy.org/scipy/numpy/ticket/707#comment:4>
NumPy <http://projects.scipy.org/scipy/numpy>
The fundamental package needed for scientific computing with Python.
More information about the Numpy-tickets
mailing list