From: W. Trevor King Date: Wed, 27 Oct 2010 15:01:59 +0000 (-0700) Subject: HistogramMatcher should not plot residual comparisons by default. X-Git-Url: http://git.tremily.us/?p=sawsim.git;a=commitdiff_plain;h=9ef7ea511217c09a467917a42e89d2ab0f308c4e HistogramMatcher should not plot residual comparisons by default. --- diff --git a/pysawsim/parameter_scan.py b/pysawsim/parameter_scan.py index b8e95c0..a1ec5ba 100644 --- 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=True): + plot=False): self.experiment_histograms = self._read_force_histograms( histogram_stream) self.param_format_string = param_format_string