[NumPy-Tickets] [NumPy] #1487: vectorize(): result depends on execution order; is this normal?
NumPy Trac
numpy-tickets@scipy....
Fri May 21 09:26:50 CDT 2010
#1487: vectorize(): result depends on execution order; is this normal?
------------------------------+---------------------------------------------
Reporter: lebigot | Owner: somebody
Type: defect | Status: new
Priority: normal | Milestone: 2.0.0
Component: numpy.core | Version: 1.3.0
Keywords: vectorize, dtype |
------------------------------+---------------------------------------------
Comment(by lebigot):
Replying to [ticket:1487 lebigot]:
> I had understood from the documentation of vectorize(f) that the type of
the first value returned by '''f''' instead determined the dtype of the
returned array…
PS: what I meant is that I thought, from the documentation, that the dtype
of the returned array was determined ''each time'' by applying f on the
first element of the (new) input arrays.
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1487#comment:1>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list