[SciPy-Dev] Patch for scipy/signal/windows.py
Warren Weckesser
warren.weckesser@gmail....
Mon Feb 4 14:47:39 CST 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@googlemail.com> wrote:
>
>
> _______________________________________________
> SciPy-Dev mailing list
> SciPy-Dev@scipy.org
> http://mail.scipy.org/mailman/listinfo/scipy-dev
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.scipy.org/pipermail/scipy-dev/attachments/20130204/eb1f8162/attachment.html
More information about the SciPy-Dev
mailing list