[SciPy-user] bogus immutable page on wiki

Anne Archibald peridot.faceted at gmail.com
Wed Apr 18 13:19:10 EDT 2007


Hi,

The page http://www.scipy.org/Cookbook/Autovectorize is wrong in
claiming that vectorized functions don't work on scalars, making the
page irrelevant. It's set to be immutable, though, so I can't fix it.

Anne

P.S.:
In [2]: vectorize(lambda x: x**2)(3)
Out[2]: 9

-A



More information about the SciPy-User mailing list