[SciPy-dev] Bugfix patch for scipy.special.hermitenorm

Erik Tollerud erik.tollerud at gmail.com
Fri Dec 11 21:38:18 EST 2009


I uncovered a bug in the normalized hermite polynomial function in
scipy.special - whenever it was called with a numpy array, it kept
giving an error about having the wrong number of inputs.  I traced
this down to what I'm guessing came from someone changing something in
the hermite function and note realizing that hermitenorm was seperate.
 Anyway, the diff against the current svn is attached.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: hermitenormfix.diff
Type: text/x-patch
Size: 539 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/scipy-dev/attachments/20091211/243f15c9/attachment.bin>


More information about the SciPy-Dev mailing list