[Numpy-tickets] [NumPy] #867: Array generation fail
NumPy
numpy-tickets@scipy....
Fri Aug 29 08:46:19 CDT 2008
#867: Array generation fail
------------------------+---------------------------------------------------
Reporter: davyzhu | Owner: somebody
Type: defect | Status: new
Priority: high | Milestone: 1.2.0
Component: numpy.core | Version: none
Severity: minor | Resolution:
Keywords: |
------------------------+---------------------------------------------------
Changes (by oliphant):
* severity: major => minor
Comment:
The problem is the error reporting. The array conversion function has
many paths to success. Thus, the first error (trying to convert
0xFFFFFEB3 to an int32) is masked and the error obtained when trying to
convert the entire sequence at once is shown.
A better error path in this case is needed, but it is a bit tricky to get
right.
--
Ticket URL: <http://scipy.org/scipy/numpy/ticket/867#comment:1>
NumPy <http://projects.scipy.org/scipy/numpy>
The fundamental package needed for scientific computing with Python.
More information about the Numpy-tickets
mailing list