Skip to content

Commit f19b66f

Browse files
Update _with_tols.py
1 parent aca5a16 commit f19b66f

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

diffrax/_root_finder/_with_tols.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,6 @@ def with_stepsize_controller_tols(cls: type[optx.AbstractRootFinder]):
1818
"""Wraps a root finding class to indicate that it should use the same tolerances as
1919
were provided to an adaptive stepsize controller.
2020
21-
!!! Example
22-
23-
```python
24-
```
25-
2621
**Arguments:**
2722
2823
- `cls`: a subclass of `optimistix.AbstractRootFinder`.

0 commit comments

Comments
 (0)