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

scipy-svn at scipy.org scipy-svn at scipy.org
Wed May 28 16:17:49 EDT 2008


Author: chris.burns
Date: 2008-05-28 15:17:44 -0500 (Wed, 28 May 2008)
New Revision: 4389

Modified:
   trunk/scipy/ndimage/tests/test_segment.py
Log:
Fix nose call to run test.

Modified: trunk/scipy/ndimage/tests/test_segment.py
===================================================================
--- trunk/scipy/ndimage/tests/test_segment.py	2008-05-28 05:32:41 UTC (rev 4388)
+++ trunk/scipy/ndimage/tests/test_segment.py	2008-05-28 20:17:44 UTC (rev 4389)
@@ -155,5 +155,5 @@
         return
 
 if __name__ == "__main__":
-    inittest.main()
+    nose.runmodule()
 




More information about the Scipy-svn mailing list