[SciPy-User] ndimage docs

Ralf Gommers ralf.gommers at googlemail.com
Thu Mar 24 04:51:21 EDT 2011


On Wed, Mar 23, 2011 at 4:33 PM, K.-Michael Aye <kmichael.aye at gmail.com> wrote:
> Just wanted to let peeps know that there is a point in the ndimage
> documentation that seems to use an old arange implementation, at least
> it doesn't work currenty like stated.
>
> Page:
> http://docs.scipy.org/doc/scipy/reference/tutorial/ndimage.html
>
> Several examples there use something like this:
>
> array = arange(12, shape=(4,3), type = Float64)
>
> and arange does not support the shape keyword.
>
> Maybe should be updated to avoid confusion/frustration.

Thanks, this is now fixed in master.

Ralf



More information about the SciPy-User mailing list