calc_deriv should be False by default

This commit is contained in:
Valentin Boettcher 2021-12-07 20:57:29 +01:00
parent 667be7d4ec
commit 3a288fef7b

View file

@ -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: