Skip to content

Commit 093ca70

Browse files
committed
removed outdated comment about robustdiff taking longer to run
1 parent cd8e546 commit 093ca70

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pynumdiff/optimize.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ def suggest_method(x, dt, dxdt_truth=None, cutoff_frequency=None):
255255
"""This is meant as an easy-to-use, automatic way for users with some time on their hands to determine
256256
a good method and settings for their data. It calls the optimizer over (almost) all methods in the repo
257257
using default search spaces defined at the top of the :code:`pynumdiff/optimize/_optimize.py` file.
258-
This routine will take a few minutes to run, especially due to `robustdiff`.
258+
This routine will take a few minutes to run.
259259
260260
Excluded:
261261
- ``first_order``, because iterating causes drift

0 commit comments

Comments
 (0)