From 2cd7572ee446a512b71e3d8aa00eacad5e314855 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludger=20K=C3=BCperkoch?= Date: Wed, 24 Jun 2015 16:44:15 +0200 Subject: [PATCH] Removed fixed plotting flag. --- pylot/core/pick/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pylot/core/pick/utils.py b/pylot/core/pick/utils.py index 321348b9..8b818aa8 100644 --- a/pylot/core/pick/utils.py +++ b/pylot/core/pick/utils.py @@ -489,7 +489,7 @@ def wadaticheck(pickdic, dttolerance, iplot): print 'wadaticheck: Not enough S-P times available for reliable regression!' print 'Skip wadati check!' wfitflag = 1 - iplot=2 + # plot results if iplot > 1: plt.figure(iplot)