[Numpy-svn] r6253 - trunk/numpy/core/tests

numpy-svn at scipy.org numpy-svn at scipy.org
Tue Dec 30 00:15:18 EST 2008


Author: cdavid
Date: 2008-12-29 23:15:09 -0600 (Mon, 29 Dec 2008)
New Revision: 6253

Modified:
   trunk/numpy/core/tests/test_print.py
Log:
Fix typo in test.

Modified: trunk/numpy/core/tests/test_print.py
===================================================================
--- trunk/numpy/core/tests/test_print.py	2008-12-30 05:14:08 UTC (rev 6252)
+++ trunk/numpy/core/tests/test_print.py	2008-12-30 05:15:09 UTC (rev 6253)
@@ -88,7 +88,7 @@
                  err_msg='print failed for type%s' % tp)
 
 def check_float_type_print(tp):
-    for x in [0, 1,-1, 1e20, np.inf, -np.inf, np.nan]
+    for x in [0, 1,-1, 1e20, np.inf, -np.inf, np.nan]:
         _test_redirected_print(float(x), tp)
 
     if tp(1e10).itemsize > 4:




More information about the Numpy-svn mailing list