[Scipy-svn] r4472 - trunk/scipy/cluster/tests

scipy-svn at scipy.org scipy-svn at scipy.org
Tue Jun 24 04:02:48 EDT 2008


Author: cdavid
Date: 2008-06-24 03:02:32 -0500 (Tue, 24 Jun 2008)
New Revision: 4472

Modified:
   trunk/scipy/cluster/tests/test_vq.py
Log:
Set regression test to correct number.

Modified: trunk/scipy/cluster/tests/test_vq.py
===================================================================
--- trunk/scipy/cluster/tests/test_vq.py	2008-06-24 08:01:24 UTC (rev 4471)
+++ trunk/scipy/cluster/tests/test_vq.py	2008-06-24 08:02:32 UTC (rev 4472)
@@ -162,7 +162,7 @@
             pass
 
     def test_kmeans_0k(self):
-        """Regression test for #535: fail when k arg is 0."""
+        """Regression test for #546: fail when k arg is 0."""
         try:
             kmeans(X, 0)
             raise AssertionError("kmeans with 0 clusters should fail.")




More information about the Scipy-svn mailing list