From: W. Trevor King Date: Mon, 26 Mar 2012 22:30:32 +0000 (-0400) Subject: Remove duplicate plot call from vibration_analyze.analyze. X-Git-Tag: 0.8~22 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a3012e9ab09e865fa05b012d315247332b579487;p=calibcant.git Remove duplicate plot call from vibration_analyze.analyze. --- diff --git a/calibcant/vibration_analyze.py b/calibcant/vibration_analyze.py index 0cfb27c..1b8fec2 100644 --- a/calibcant/vibration_analyze.py +++ b/calibcant/vibration_analyze.py @@ -323,10 +323,6 @@ def analyze(deflection, config, deflection_channel_config, _LOG.debug('fitted deflection variance: %g V**2' % fitted_variance) - if _package_config['matplotlib']: - plot(deflection, freq_axis, power, A, B, C, D, - config=config) - return min(fitted_variance, naive_variance) def breit_wigner(f, A, B, C, D=0):