[Scipy-svn] r5145 - trunk/scipy/stats/tests
scipy-svn at scipy.org
scipy-svn at scipy.org
Tue Nov 18 01:25:39 EST 2008
Author: josef
Date: 2008-11-18 00:25:34 -0600 (Tue, 18 Nov 2008)
New Revision: 5145
Modified:
trunk/scipy/stats/tests/test_fit.py
Log:
forgot to save some changes before last committ
Modified: trunk/scipy/stats/tests/test_fit.py
===================================================================
--- trunk/scipy/stats/tests/test_fit.py 2008-11-18 06:23:05 UTC (rev 5144)
+++ trunk/scipy/stats/tests/test_fit.py 2008-11-18 06:25:34 UTC (rev 5145)
@@ -2,7 +2,9 @@
# nose doesn't run it
# I put this here for the record and for the case when someone wants to
# verify the quality of fit
-# with current parameters:
+# with current parameters: relatively small sample size, default starting values
+# Ran 84 tests in 401.797s
+# FAILED (failures=15)
import numpy.testing as npt
@@ -21,7 +23,7 @@
#distcont = [['genextreme', (3.3184017469423535,)]]
-def test_cont_fit():
+def _est_cont_fit():
# this tests the closeness of the estimated parameters to the true
# parameters with fit method of continuous distributions
# Note: is slow, some distributions don't converge with sample size <= 10000
More information about the Scipy-svn
mailing list