From 5622cce306b73dab8da6b0fb71ef5bdbdbbc9a86 Mon Sep 17 00:00:00 2001 From: John Glover Date: Fri, 20 Jul 2012 17:47:10 +0100 Subject: [tests] Remove plot from test_residual. Add sndobj partial tracking test data script. --- tests/test_residual.py | 6 ------ 1 file changed, 6 deletions(-) (limited to 'tests/test_residual.py') diff --git a/tests/test_residual.py b/tests/test_residual.py index 006c77a..c80fb41 100644 --- a/tests/test_residual.py +++ b/tests/test_residual.py @@ -1,5 +1,4 @@ import os -import numpy as np from nose.tools import assert_almost_equals import simpl import simpl.peak_detection as peak_detection @@ -85,11 +84,6 @@ class TestSMSResidual(object): assert len(simpl_residual) == len(sms_residual) - import matplotlib.pyplot as plt - plt.plot(simpl_residual) - plt.plot(sms_residual) - plt.show() - for i in range(len(simpl_residual)): assert_almost_equals(simpl_residual[i], sms_residual[i], float_precision) -- cgit v1.2.3