From 656ffc107f1ab3dfd3d89a155251667acb8fae1b Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Fri, 5 Nov 2010 14:00:26 -0700 Subject: [PATCH] Be less specific about fit info in pysawsim.fit.ModelFitter doctest. --- pysawsim/fit.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/pysawsim/fit.py b/pysawsim/fit.py index 6b325da..5571767 100644 --- a/pysawsim/fit.py +++ b/pysawsim/fit.py @@ -111,11 +111,7 @@ class ModelFitter (object): [ -5.993...e-06, 3.994...e-03]]), 'data scale factor': 1.0, 'fitted parameters': array([ 6.999..., -32.889...]), - 'info': {'fjac': array([[...]]), - 'fvec': array([...]), - 'ipvt': array([1, 2]), - 'nfev': 7, - 'qtf': array([...])}, + 'info': {...}, 'initial parameters': [6.992..., -33.0], 'message': '...relative error between two consecutive iterates is at most 0.000...', 'rescaled': False, -- 2.26.2