[SciPy-Dev] Patch for scipy/signal/windows.py

Warren Weckesser warren.weckesser at gmail.com
Mon Feb 4 15:47:39 EST 2013


Thanks Nils.  I took a look at the patch.  It might be simpler to just put
`M = int(M)` at the beginning of the function, and (now that the latest
version of the file in the master branch imports division from
__future__),  change any divisions that look like they expected integer
arguments from `/` to `//`.

Could you explain the problem that motivated you to create the patch?  It
might help provide a useful unit test.

Warren


On Mon, Feb 4, 2013 at 3:11 PM, Nils Wagner <nils106 at googlemail.com> wrote:

>
>
> _______________________________________________
> SciPy-Dev mailing list
> SciPy-Dev at scipy.org
> http://mail.scipy.org/mailman/listinfo/scipy-dev
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/scipy-dev/attachments/20130204/eb1f8162/attachment.html>


More information about the SciPy-Dev mailing list