[NumPy-Tickets] [NumPy] #2073: stride_tricks with float16
NumPy Trac
numpy-tickets@scipy....
Mon Mar 12 13:43:01 CDT 2012
#2073: stride_tricks with float16
--------------------+-------------------------------------------------------
Reporter: npinto | Owner: somebody
Type: defect | Status: new
Priority: normal | Milestone: Unscheduled
Component: Other | Version: 1.6.1
Keywords: |
--------------------+-------------------------------------------------------
Comment(by mwiebe):
Here's the guilty code if you want to try hacking on it:
https://github.com/numpy/numpy/blob/master/numpy/core/src/multiarray/common.c#L482
This code should not be doing this low-level stuff, it should rather be
calling an appropriate dtype descriptor constructor to handle the proper
conversion.
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/2073#comment:9>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list