From 9ef7ea511217c09a467917a42e89d2ab0f308c4e Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Wed, 27 Oct 2010 08:01:59 -0700 Subject: [PATCH] HistogramMatcher should not plot residual comparisons by default. --- pysawsim/parameter_scan.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.26.2