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

scipy-svn at scipy.org scipy-svn at scipy.org
Thu Feb 19 00:27:23 EST 2009


Author: josef
Date: 2009-02-18 23:27:20 -0600 (Wed, 18 Feb 2009)
New Revision: 5567

Modified:
   trunk/scipy/stats/tests/test_morestats.py
Log:
add comment to test of stats.fligner

Modified: trunk/scipy/stats/tests/test_morestats.py
===================================================================
--- trunk/scipy/stats/tests/test_morestats.py	2009-02-19 05:24:32 UTC (rev 5566)
+++ trunk/scipy/stats/tests/test_morestats.py	2009-02-19 05:27:20 UTC (rev 5567)
@@ -111,6 +111,7 @@
         assert_array_equal(nums,[3,3,2,2])
 
 def test_fligner():
+    #this is a regression test for replacing np.var
     x1=np.arange(5)
     assert_array_equal(stats.fligner(x1,x1**2),
                        (3.2282229927203558, 0.072379187848207877))




More information about the Scipy-svn mailing list