From a742931e11a632bba54bb4a2019643d8b3ac82dd Mon Sep 17 00:00:00 2001 From: Per A Brodtkorb Date: Wed, 22 Feb 2017 04:04:47 +0100 Subject: [PATCH] Added even more doctests --- wafo/integrate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wafo/integrate.py b/wafo/integrate.py index 48b5d72..d6c7371 100644 --- a/wafo/integrate.py +++ b/wafo/integrate.py @@ -915,7 +915,7 @@ class _Gaussq(object): (True, True) Integrate humps from 0 to 2 and from 1 to 4 - >>> val4, err4 = gaussq(humps,A,B) + >>> val4, err4 = gaussq(humps, A, B, trace=True) See also --------