diff options
author | Chris Jordan-Squire <cjordan1@uw.edu> | 2011-08-03 16:11:06 -0500 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2011-08-22 20:10:54 -0600 |
commit | 83a55036e9f0e4dca9819b4e6d1eb326bcf4167f (patch) | |
tree | b58fa566f89b3eac6287b779baf0acb6340ab17d /numpy/testing/utils.py | |
parent | d7b12a38aa602839b238c2105d0fae208fe891ef (diff) | |
download | numpy-83a55036e9f0e4dca9819b4e6d1eb326bcf4167f.tar.gz |
DOCS: New ufunc creation docs
Diffstat (limited to 'numpy/testing/utils.py')
-rw-r--r-- | numpy/testing/utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/testing/utils.py b/numpy/testing/utils.py index f0c4cae44..73f659faa 100644 --- a/numpy/testing/utils.py +++ b/numpy/testing/utils.py @@ -572,7 +572,7 @@ def assert_array_compare(comparison, x, y, err_msg='', verbose=True, y = array(y, copy=False, subok=True) def isnumber(x): - return x.dtype.char in '?bhilqpBHILQPfdgFDG' + return x.dtype.char in '?behilqpBHILQPfdgFDG' def chk_same_position(x_id, y_id, hasval='nan'): """Handling nan/inf: check that x and y have the nan/inf at the same |