[Scipy-svn] r5310 - trunk/scipy/ndimage/tests

scipy-svn at scipy.org scipy-svn at scipy.org
Wed Dec 31 15:37:17 EST 2008


Author: alan.mcintyre
Date: 2008-12-31 14:36:21 -0600 (Wed, 31 Dec 2008)
New Revision: 5310

Modified:
   trunk/scipy/ndimage/tests/test_regression.py
Log:
Use run_module_suite instead of deprecated NumpyTest.


Modified: trunk/scipy/ndimage/tests/test_regression.py
===================================================================
--- trunk/scipy/ndimage/tests/test_regression.py	2008-12-31 11:13:37 UTC (rev 5309)
+++ trunk/scipy/ndimage/tests/test_regression.py	2008-12-31 20:36:21 UTC (rev 5310)
@@ -17,4 +17,4 @@
     ndimage.zoom(x, 2, output=np.zeros((6,8)))
 
 if __name__ == "__main__":
-    NumpyTest().run()
+    run_module_suite()




More information about the Scipy-svn mailing list