From 2695ada8b9f99d7d087672f142eebffd325886a4 Mon Sep 17 00:00:00 2001 From: Chris Jordan-Squire Date: Mon, 15 Aug 2011 11:30:16 -0500 Subject: Changed to follow PEP 7 --- numpy/testing/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy') 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 -- cgit v1.2.1