From d0e66cef235c3676734ac5764d2d45bd2539a9e4 Mon Sep 17 00:00:00 2001 From: Per A Brodtkorb Date: Wed, 22 Feb 2017 10:38:14 +0100 Subject: [PATCH] Small update --- wafo/integrate.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/wafo/integrate.py b/wafo/integrate.py index 69b608d..3539e22 100644 --- a/wafo/integrate.py +++ b/wafo/integrate.py @@ -1442,8 +1442,8 @@ def main(): if __name__ == '__main__': - # from wafo.testing import test_docstrings - # test_docstrings(__file__) - qdemo(np.exp, 0, 3, plot_error=True) - plt.show('hold') + from wafo.testing import test_docstrings + test_docstrings(__file__) + # qdemo(np.exp, 0, 3, plot_error=True) + # plt.show('hold') # main()