[SciPy-dev] Inheritance from poly1d (orthogonal.py)

Tom Grydeland tom.grydeland at gmail.com
Wed Jan 14 07:45:51 EST 2009


Hello, developers.

In reference to the ticket I just submitted:
  http://scipy.org/scipy/scipy/ticket/844

I think the problem is with the class 'poly1d' in
numpy.lib.polynomial.  Several of the methods of this class (such as
__mul__, __rmul__, integ, deriv) refer explicitly to 'poly1d' instead
of self's class.

In the same vein, I expect that __repr__ should use self's class
instead of 'poly1d'.



-- 
Tom Grydeland
  <Tom.Grydeland@(gmail.com)>



More information about the SciPy-Dev mailing list