[Scipy-svn] r5177 - trunk/scipy/stats/tests

scipy-svn at scipy.org scipy-svn at scipy.org
Sun Nov 23 23:12:56 EST 2008


Author: josef
Date: 2008-11-23 22:12:52 -0600 (Sun, 23 Nov 2008)
New Revision: 5177

Modified:
   trunk/scipy/stats/tests/test_discrete_chisquare.py
Log:
correction to test

Modified: trunk/scipy/stats/tests/test_discrete_chisquare.py
===================================================================
--- trunk/scipy/stats/tests/test_discrete_chisquare.py	2008-11-23 09:31:50 UTC (rev 5176)
+++ trunk/scipy/stats/tests/test_discrete_chisquare.py	2008-11-24 04:12:52 UTC (rev 5177)
@@ -27,7 +27,7 @@
     '''
 
     # define parameters for test
-    n=50000
+    n=2000
     nsupp = 20
     wsupp = 1.0/nsupp
 




More information about the Scipy-svn mailing list