Ah. Thanks for catching that!

Otherwise though I think everything looks pretty good.

Thanks all,
Keith

On Thu, Sep 29, 2011 at 12:18 PM, Zachary Pincus <zachary.pin...@yale.edu>wrote:

> I think the remaining delta between the integer and float "boxcar"
> smoothing is that the integer version (test 21) still uses median_filter(),
> while the float one (test 22) is using uniform_filter(), which is a boxcar.
>
> Other than that and the slow roll() implementation in numpy, things look
> pretty solid, yes?
>
> Zach
>
>
_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to