I came across having to write something like
import numpy a = 4 a = numpy.atleast_1d(a)
and that made me wonder : In case the input of a func