From 91b6ed4aaaad0e020986090be942347c38364045 Mon Sep 17 00:00:00 2001 From: "(no author)" <(no author)@8a9318a1-56ba-4d59-b755-99d26321be01> Date: Wed, 18 Jan 2012 19:19:45 +0000 Subject: [PATCH] adding a default for only plot on fail to fix an image generation issue git-svn-id: https://svn.ssec.wisc.edu/repos/glance/trunk@160 8a9318a1-56ba-4d59-b755-99d26321be01 --- pyglance/glance/compare.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyglance/glance/compare.py b/pyglance/glance/compare.py index 447a2db..ca5c5a7 100644 --- a/pyglance/glance/compare.py +++ b/pyglance/glance/compare.py @@ -64,7 +64,8 @@ glance_analysis_defaults = {'epsilon': 0.0, 'epsilon_failure_tolerance': 0.0, 'nonfinite_data_tolerance': 0.0, 'total_data_failure_tolerance': None, - 'minimum_acceptable_squared_correlation_coefficient': None + 'minimum_acceptable_squared_correlation_coefficient': None, + 'only_plot_on_fail': False } def _clean_path(string_path) : -- GitLab