[NumPy-Tickets] [NumPy] #1494: functions return NotImplemented instead of raising error
NumPy Trac
numpy-tickets@scipy....
Tue Jan 4 14:31:58 CST 2011
#1494: functions return NotImplemented instead of raising error
-----------------------+----------------------------------------------------
Reporter: josefpktd | Owner: somebody
Type: defect | Status: new
Priority: normal | Milestone: 2.0.0
Component: Other | Version:
Keywords: |
-----------------------+----------------------------------------------------
Comment(by jpeel):
The sqrt and log in examples above appear to be fixed in
2.0.0.dev-9451260. However, the following Numpy functions still have this
problem:
power, add, subtract, multiply, divide, bitwise_and, bitwise_or,
bitwise_xor, floor_divide, fmax, fmin, fmod, greater, greater_equal,
hypot, less, less_equal, logaddexp, logaddexp2, logical_and, logical_or,
logical_xor, maximum, minimum, mod, and not_equal.
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1494#comment:1>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list