[Numpy-tickets] [NumPy] #553: poly1d division error
NumPy
numpy-tickets@scipy....
Mon Jul 23 16:19:48 CDT 2007
#553: poly1d division error
-----------------------+----------------------------------------------------
Reporter: DrIdiot | Owner: somebody
Type: defect | Status: new
Priority: normal | Milestone:
Component: numpy.lib | Version: none
Severity: normal | Keywords: poly1d
-----------------------+----------------------------------------------------
Using ipython -pylabs, I get the error when dividing two polynomials:
In [5]: polydiv(numpy.poly1d([1,2,3]), numpy.poly1d([1,2,3,4,5]))
---------------------------------------------------------------------------
exceptions.NameError Traceback (most
recent call last)
/home/harrison/<console>
NameError: name 'polydiv' is not defined
I am running Gentoo Linux and numpy version 1.0.3
--
Ticket URL: <http://projects.scipy.org/scipy/numpy/ticket/553>
NumPy <http://projects.scipy.org/scipy/numpy>
The fundamental package needed for scientific computing with Python.
More information about the Numpy-tickets
mailing list