From 3a288fef7b402c8cb30ce86ebd5573fb556d17e5 Mon Sep 17 00:00:00 2001 From: Valentin Boettcher Date: Tue, 7 Dec 2021 20:57:29 +0100 Subject: [PATCH] calc_deriv should be `False` by default --- stocproc/stocproc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stocproc/stocproc.py b/stocproc/stocproc.py index e18fef9..697fe47 100644 --- a/stocproc/stocproc.py +++ b/stocproc/stocproc.py @@ -636,7 +636,7 @@ class StocProc_TanhSinh(StocProc): seed=None, negative_frequencies=False, scale=1, - calc_deriv=True, + calc_deriv=False, ): self.key = alpha, t_max, intgr_tol, intpl_tol if not negative_frequencies: