[Scipy-svn] r6443 - trunk/scipy/stats

scipy-svn at scipy.org scipy-svn at scipy.org
Sun May 30 08:36:35 EDT 2010


Author: rgommers
Date: 2010-05-30 07:36:34 -0500 (Sun, 30 May 2010)
New Revision: 6443

Modified:
   trunk/scipy/stats/stats.py
Log:
TST: Remove printing of warning in friedmanchisquare. Closes #1147.

Modified: trunk/scipy/stats/stats.py
===================================================================
--- trunk/scipy/stats/stats.py	2010-05-30 12:36:19 UTC (rev 6442)
+++ trunk/scipy/stats/stats.py	2010-05-30 12:36:34 UTC (rev 6443)
@@ -3205,8 +3205,6 @@
     for i in range(1,k):
         if len(args[i]) <> n:
             raise ValueError, 'Unequal N in friedmanchisquare.  Aborting.'
-    if n < 10 and k < 6:
-        print 'Warning: friedmanchisquare test using Chisquared aproximation'
 
     # Rank data
     data = apply(_support.abut,args)




More information about the Scipy-svn mailing list