mirror of
https://github.com/vale981/stocproc
synced 2025-03-04 17:21:42 -05:00
calc_deriv should be False
by default
This commit is contained in:
parent
667be7d4ec
commit
3a288fef7b
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue