[SciPy-User] ndimage docs
K.-Michael Aye
kmichael.aye at gmail.com
Wed Mar 23 11:33:46 EDT 2011
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.
Best regards,
Michael
More information about the SciPy-User
mailing list