summaryrefslogtreecommitdiff
path: root/numpy/testing/utils.py
diff options
context:
space:
mode:
authorChris Jordan-Squire <cjordan1@uw.edu>2011-08-15 11:30:16 -0500
committerCharles Harris <charlesr.harris@gmail.com>2011-08-22 20:10:54 -0600
commit2695ada8b9f99d7d087672f142eebffd325886a4 (patch)
tree0e763fa944b9c069e53d26b4b67de4d8fa2698a7 /numpy/testing/utils.py
parent83a55036e9f0e4dca9819b4e6d1eb326bcf4167f (diff)
downloadnumpy-2695ada8b9f99d7d087672f142eebffd325886a4.tar.gz
Changed to follow PEP 7
Diffstat (limited to 'numpy/testing/utils.py')
-rw-r--r--numpy/testing/utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/testing/utils.py b/numpy/testing/utils.py
index 73f659faa..eae343304 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 '?behilqpBHILQPfdgFDG'
+ return x.dtype.char in '?bhilqpBHILQPefdgFDG'
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