[NumPy-Tickets] [NumPy] #2059: Numpy float plus/times poly1d gives array
NumPy Trac
numpy-tickets@scipy....
Mon Feb 20 14:29:56 CST 2012
#2059: Numpy float plus/times poly1d gives array
------------------------+---------------------------------------------------
Reporter: ezander | Owner: somebody
Type: defect | Status: new
Priority: normal | Milestone: Unscheduled
Component: numpy.core | Version: 1.5.1
Keywords: |
------------------------+---------------------------------------------------
Comment(by charris):
Long standing problem due, IIRC, to poly1d defining __array__. The new
Polynomial class doesn't have this problem because it isn't in any way an
array.
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/2059#comment:2>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list