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

scipy-svn at scipy.org scipy-svn at scipy.org
Sat Sep 11 15:20:41 EDT 2010


Author: warren.weckesser
Date: 2010-09-11 14:20:41 -0500 (Sat, 11 Sep 2010)
New Revision: 6700

Modified:
   trunk/scipy/stats/tests/test_morestats.py
Log:
TST: Fix typo in test function names.

Modified: trunk/scipy/stats/tests/test_morestats.py
===================================================================
--- trunk/scipy/stats/tests/test_morestats.py	2010-09-11 19:08:45 UTC (rev 6699)
+++ trunk/scipy/stats/tests/test_morestats.py	2010-09-11 19:20:41 UTC (rev 6700)
@@ -121,7 +121,7 @@
         assert_almost_equal(W1, W2)        
         assert_almost_equal(pval1, pval2)
 
-    def test_bad_keywod(self):
+    def test_bad_keyword(self):
         x = np.linspace(-1,1,21)
         assert_raises(TypeError, stats.levene, x, x, portiontocut=0.1)
 
@@ -186,7 +186,7 @@
     #    assert_almost_equal(W1, W2)
     #    assert_almost_equal(pval1, pval2)
 
-    def test_bad_keywod(self):
+    def test_bad_keyword(self):
         x = np.linspace(-1,1,21)
         assert_raises(TypeError, stats.fligner, x, x, portiontocut=0.1)
 




More information about the Scipy-svn mailing list