[Scipy-svn] r5427 - branches/0.7.x/scipy/spatial/tests

scipy-svn at scipy.org scipy-svn at scipy.org
Sat Jan 10 06:15:59 EST 2009


Author: cdavid
Date: 2009-01-10 05:15:55 -0600 (Sat, 10 Jan 2009)
New Revision: 5427

Modified:
   branches/0.7.x/scipy/spatial/tests/test_distance.py
Log:
Remove debug print from tests.

Modified: branches/0.7.x/scipy/spatial/tests/test_distance.py
===================================================================
--- branches/0.7.x/scipy/spatial/tests/test_distance.py	2009-01-10 11:09:40 UTC (rev 5426)
+++ branches/0.7.x/scipy/spatial/tests/test_distance.py	2009-01-10 11:15:55 UTC (rev 5427)
@@ -1467,7 +1467,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)
@@ -1678,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