HistogramMatcher should not plot residual comparisons by default.
authorW. Trevor King <wking@drexel.edu>
Wed, 27 Oct 2010 15:01:59 +0000 (08:01 -0700)
committerW. Trevor King <wking@drexel.edu>
Wed, 27 Oct 2010 15:01:59 +0000 (08:01 -0700)
pysawsim/parameter_scan.py

index b8e95c0df39d53fce92ccf725c3c52c3451b47ce..a1ec5ba9bbb5c639699daeb47fbae47b8c9bd74e 100644 (file)
@@ -160,7 +160,7 @@ class HistogramMatcher (object):
     """
     def __init__(self, histogram_stream, param_format_string,
                  sawsim_runner, N=400, residual_type='jensen-shannon',
     """
     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
         self.experiment_histograms = self._read_force_histograms(
             histogram_stream)
         self.param_format_string = param_format_string