[Scipy-svn] r3238 - branches/0.5.2.x/Lib/cluster

scipy-svn at scipy.org scipy-svn at scipy.org
Tue Aug 14 17:46:58 EDT 2007


Author: jarrod.millman
Date: 2007-08-14 16:46:55 -0500 (Tue, 14 Aug 2007)
New Revision: 3238

Modified:
   branches/0.5.2.x/Lib/cluster/__init__.py
Log:
Add missing test definition in scipy.cluster as per revision 2941


Modified: branches/0.5.2.x/Lib/cluster/__init__.py
===================================================================
--- branches/0.5.2.x/Lib/cluster/__init__.py	2007-08-14 21:33:51 UTC (rev 3237)
+++ branches/0.5.2.x/Lib/cluster/__init__.py	2007-08-14 21:46:55 UTC (rev 3238)
@@ -7,3 +7,5 @@
 __all__ = ['vq']
 
 import vq
+from numpy.testing import NumpyTest
+test = NumpyTest().test




More information about the Scipy-svn mailing list