projects
/
sawsim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
29bd537
)
Be less specific about fit info in pysawsim.fit.ModelFitter doctest.
author
W. Trevor King
<wking@drexel.edu>
Fri, 5 Nov 2010 21:00:26 +0000
(14:00 -0700)
committer
W. Trevor King
<wking@drexel.edu>
Fri, 5 Nov 2010 21:00:26 +0000
(14:00 -0700)
pysawsim/fit.py
patch
|
blob
|
history
diff --git
a/pysawsim/fit.py
b/pysawsim/fit.py
index 6b325da6edc251ade8b1f6ae55dd6640f3e43035..5571767347957796ec418c9c1879e8f528fbc660 100644
(file)
--- 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,