From 83a55036e9f0e4dca9819b4e6d1eb326bcf4167f Mon Sep 17 00:00:00 2001 From: Chris Jordan-Squire Date: Wed, 3 Aug 2011 16:11:06 -0500 Subject: DOCS: New ufunc creation docs --- numpy/testing/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy/testing/utils.py') 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 -- cgit v1.2.1