[NumPy-Tickets] [NumPy] #1724: new_iterator branch - bus error
NumPy Trac
numpy-tickets@scipy....
Sun Jan 30 22:40:03 CST 2011
#1724: new_iterator branch - bus error
-------------------------+--------------------------------------------------
Reporter: rgommers | Owner: somebody
Type: defect | Status: reopened
Priority: normal | Milestone: Unscheduled
Component: numpy.core | Version: none
Resolution: | Keywords: new_iterator, half-float
-------------------------+--------------------------------------------------
Comment(by charris):
The float16 error was from the Recaster function, a function that seems to
have been removed since 7.2. One of the things it did was to continue down
in precision within a given kind. When float32 was the smallest float
continuing down gave float32. Now it gives float16. I don't know if this
is worth worrying about, but it's a small incompatibility.
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1724#comment:21>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list