projects
/
sawsim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a44755f
)
HistogramMatcher should not plot residual comparisons by default.
author
W. Trevor King
<wking@drexel.edu>
Wed, 27 Oct 2010 15:01:59 +0000
(08:01 -0700)
committer
W. Trevor King
<wking@drexel.edu>
Wed, 27 Oct 2010 15:01:59 +0000
(08:01 -0700)
pysawsim/parameter_scan.py
patch
|
blob
|
history
diff --git
a/pysawsim/parameter_scan.py
b/pysawsim/parameter_scan.py
index b8e95c0df39d53fce92ccf725c3c52c3451b47ce..a1ec5ba9bbb5c639699daeb47fbae47b8c9bd74e 100644
(file)
--- a/
pysawsim/parameter_scan.py
+++ b/
pysawsim/parameter_scan.py
@@
-160,7
+160,7
@@
class HistogramMatcher (object):
"""
def __init__(self, histogram_stream, param_format_string,
sawsim_runner, N=400, residual_type='jensen-shannon',
- plot=
Tru
e):
+ plot=
Fals
e):
self.experiment_histograms = self._read_force_histograms(
histogram_stream)
self.param_format_string = param_format_string