diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2015-06-13 17:10:29 -0600 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2015-06-13 18:52:05 -0600 |
commit | 3b3edd9ae8e82259215c72798af4fe3880c86f0d (patch) | |
tree | 26497f4a9665da28747fcf45bd64093571d41dd6 /numpy/doc/structured_arrays.py | |
parent | 0aa32608246881339871231398cc0dc037cef79a (diff) | |
download | numpy-3b3edd9ae8e82259215c72798af4fe3880c86f0d.tar.gz |
TST: Test that NotImplemented is not longer returned
The following functions now raise a TypeError instead of returning
NotImplemented:
np.power, np.add, np.subtract, np.multiply, np.divide,
np.bitwise_and, np.bitwise_or, np.bitwise_xor, np.floor_divide,
np.fmax, np.fmin, np.fmod, np.hypot, np.logaddexp,
np.logaddexp2, np.logical_and, np.logical_or, np.logical_xor,
np.maximum, np.minimum, np.mod
Functions that remain to be fixed:
np.greater, np.greater_equal, np.less,
np.less_equal, np.not_equal
Diffstat (limited to 'numpy/doc/structured_arrays.py')
0 files changed, 0 insertions, 0 deletions