[Scipy-svn] r5389 - trunk/scipy/spatial/tests

scipy-svn at scipy.org scipy-svn at scipy.org
Thu Jan 8 04:23:56 EST 2009


Author: cdavid
Date: 2009-01-08 03:23:44 -0600 (Thu, 08 Jan 2009)
New Revision: 5389

Modified:
   trunk/scipy/spatial/tests/test_distance.py
Log:
Another print statement was there in scipy.spatial tests.

Modified: trunk/scipy/spatial/tests/test_distance.py
===================================================================
--- trunk/scipy/spatial/tests/test_distance.py	2009-01-08 09:23:19 UTC (rev 5388)
+++ trunk/scipy/spatial/tests/test_distance.py	2009-01-08 09:23:44 UTC (rev 5389)
@@ -1677,7 +1677,6 @@
         a = set([])
         for n in xrange(2, 16):
             a.add(n*(n-1)/2)
-        print a
         for i in xrange(5, 105):
             if i not in a:
                 self.failUnlessRaises(ValueError, self.bad_y, i)




More information about the Scipy-svn mailing list