From f19b66f66beb2458fdeba01adee9108251df18fd Mon Sep 17 00:00:00 2001 From: Patrick Kidger <33688385+patrick-kidger@users.noreply.github.com> Date: Sat, 15 Jun 2024 12:07:33 +0200 Subject: [PATCH] Update _with_tols.py --- diffrax/_root_finder/_with_tols.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/diffrax/_root_finder/_with_tols.py b/diffrax/_root_finder/_with_tols.py index 52779299..def36ff1 100644 --- a/diffrax/_root_finder/_with_tols.py +++ b/diffrax/_root_finder/_with_tols.py @@ -18,11 +18,6 @@ def with_stepsize_controller_tols(cls: type[optx.AbstractRootFinder]): """Wraps a root finding class to indicate that it should use the same tolerances as were provided to an adaptive stepsize controller. - !!! Example - - ```python - ``` - **Arguments:** - `cls`: a subclass of `optimistix.AbstractRootFinder`.