Scipy: vectorized function does not take scalars as arguments

ago xivulon at gmail.com
Wed May 24 10:27:24 EDT 2006


Once I vectorize a function it does not acccept scalars anymore. Es

def f(x): return x*2
vf = vectorize(f)
print vf(2)

AttributeError: 'int' object has no attribute 'astype'

Is this the intended behaviour?




More information about the Python-list mailing list