From 3d336c3ee1143428172d1140925f31e7b9c8fc67 Mon Sep 17 00:00:00 2001 From: Stefan van der Walt Date: Thu, 1 May 2008 19:26:58 +0000 Subject: Suppress test output. --- numpy/lib/tests/test_machar.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'numpy/lib/tests/test_machar.py') diff --git a/numpy/lib/tests/test_machar.py b/numpy/lib/tests/test_machar.py index add4c033b..584cd1164 100644 --- a/numpy/lib/tests/test_machar.py +++ b/numpy/lib/tests/test_machar.py @@ -12,8 +12,7 @@ class TestMachAr(NumpyTestCase): 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 = -- cgit v1.2.1