Skip to content

Commit a385711

Browse files
committed
fixed docstring
1 parent 18651b6 commit a385711

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pynumdiff/optimize/_optimize.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ def suggest_method(x, dt, dxdt_truth=None, cutoff_frequency=None):
212212
Estimate by (a) counting real number of peaks per second in the data, (b) looking at
213213
power spectrum and choosing a cutoff, or (c) making an educated guess.
214214
215-
:return: tuple[callable, dict, np.array, np.array] of\n
215+
:return: tuple[callable, dict] of\n
216216
- **method** -- a reference to the function handle of the differentiation method that worked best
217217
- **opt_params** -- optimal parameter settings for the differentation method
218218
"""

0 commit comments

Comments
 (0)