[Numpy-svn] r5118 - trunk/numpy/lib/tests

numpy-svn at scipy.org numpy-svn at scipy.org
Thu May 1 15:27:20 EDT 2008


Author: stefan
Date: 2008-05-01 14:26:58 -0500 (Thu, 01 May 2008)
New Revision: 5118

Modified:
   trunk/numpy/lib/tests/test_machar.py
Log:
Suppress test output.


Modified: trunk/numpy/lib/tests/test_machar.py
===================================================================
--- trunk/numpy/lib/tests/test_machar.py	2008-05-01 19:24:51 UTC (rev 5117)
+++ trunk/numpy/lib/tests/test_machar.py	2008-05-01 19:26:58 UTC (rev 5118)
@@ -12,8 +12,7 @@
             hiprec = ntypes.float96
             machar = MachAr(lambda v:array([v], hiprec))
         except AttributeError:
-            print "Skipping test: no nyptes.float96 available on this" \
-                  " platform."
+            "Skipping test: no nyptes.float96 available on this platform."
 
     def test_underlow(self):
         """Regression testing for #759: instanciating MachAr for dtype =




More information about the Numpy-svn mailing list