[Scipy-svn] r5367 - trunk/scipy/fftpack/tests

scipy-svn at scipy.org scipy-svn at scipy.org
Wed Jan 7 13:25:01 EST 2009


Author: cdavid
Date: 2009-01-07 12:24:48 -0600 (Wed, 07 Jan 2009)
New Revision: 5367

Modified:
   trunk/scipy/fftpack/tests/test_basic.py
Log:
Remove dead code.

Modified: trunk/scipy/fftpack/tests/test_basic.py
===================================================================
--- trunk/scipy/fftpack/tests/test_basic.py	2009-01-07 18:24:18 UTC (rev 5366)
+++ trunk/scipy/fftpack/tests/test_basic.py	2009-01-07 18:24:48 UTC (rev 5367)
@@ -145,10 +145,6 @@
         self.cdt = np.complex64
         self.rdt = np.float32
 
-    #@dec.skipif(True, "Single precision real input not implemented yet")
-    #def test_n_argument_real(self):
-    #    pass
-
 class _TestIFFTBase(TestCase):
     def test_definition(self):
         x = np.array([1,2,3,4+1j,1,2,3,4+2j], self.cdt)
@@ -219,15 +215,6 @@
         self.cdt = np.complex64
         self.rdt = np.float32
 
-    #@dec.skipif(True, "Single precision real input not implemented yet")
-    #def test_random_real(self):
-    #    pass
-
-    #@dec.skipif(True, "Single precision real input not implemented yet")
-    #def test_definition_real(self):
-    #    pass
-
-
 class _TestRFFTBase(TestCase):
 
     def test_definition(self):




More information about the Scipy-svn mailing list