From 3a2aad25f14c4db631481ea82f8c7c0b8154795d Mon Sep 17 00:00:00 2001 From: Per A Brodtkorb Date: Wed, 7 Sep 2016 15:46:41 +0200 Subject: [PATCH] Removed plotting --- wafo/tests/test_integrate_oscillating.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wafo/tests/test_integrate_oscillating.py b/wafo/tests/test_integrate_oscillating.py index 00a939e..7e3ec02 100644 --- a/wafo/tests/test_integrate_oscillating.py +++ b/wafo/tests/test_integrate_oscillating.py @@ -352,7 +352,7 @@ class LevinQuadrature(unittest.TestCase): ab = (a, ) + zdg + (b, ) true_val, _err = mp.quadts(ftot, ab, maxdegree=9, error=True) # true_val3, err3 = mp.quadgl(ftot, ab, maxdegree=9, error=True) - if True: + if False: import matplotlib.pyplot as plt t = np.linspace(a, b, 5*513) plt.subplot(2, 1, 1)