We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aca5a16 commit f19b66fCopy full SHA for f19b66f
1 file changed
diffrax/_root_finder/_with_tols.py
@@ -18,11 +18,6 @@ def with_stepsize_controller_tols(cls: type[optx.AbstractRootFinder]):
18
"""Wraps a root finding class to indicate that it should use the same tolerances as
19
were provided to an adaptive stepsize controller.
20
21
- !!! Example
22
-
23
- ```python
24
- ```
25
26
**Arguments:**
27
28
- `cls`: a subclass of `optimistix.AbstractRootFinder`.
0 commit comments