[NumPy-Tickets] [NumPy] #876: Both isposinf and isneginf return an array for a scalar input
NumPy Trac
numpy-tickets@scipy....
Wed Mar 23 18:14:59 CDT 2011
#876: Both isposinf and isneginf return an array for a scalar input
------------------------+---------------------------------------------------
Reporter: bsouthey | Owner: somebody
Type: defect | Status: new
Priority: lowest | Milestone: Unscheduled
Component: numpy.core | Version: none
Keywords: |
------------------------+---------------------------------------------------
Comment(by mwiebe):
This is because isposinf and isneginf are not ufuncs, they're in
numpy.lib.unfunclike instead. The fix is to convert them to proper ufuncs.
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/876#comment:1>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list