diff options
author | Stefan van der Walt <stefan@sun.ac.za> | 2008-05-01 19:26:58 +0000 |
---|---|---|
committer | Stefan van der Walt <stefan@sun.ac.za> | 2008-05-01 19:26:58 +0000 |
commit | 3d336c3ee1143428172d1140925f31e7b9c8fc67 (patch) | |
tree | d6f940256f6760ba2c7a69f8e4532f7aac8f8562 | |
parent | 3056ee6f48e54b93e074ab62d8a6fca148b2508d (diff) | |
download | numpy-3d336c3ee1143428172d1140925f31e7b9c8fc67.tar.gz |
Suppress test output.
-rw-r--r-- | numpy/lib/tests/test_machar.py | 3 |
1 files changed, 1 insertions, 2 deletions
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 = |