Skip to content

Commit

Permalink
Update _with_tols.py
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-kidger authored Jun 15, 2024
1 parent aca5a16 commit f19b66f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions diffrax/_root_finder/_with_tols.py
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down

0 comments on commit f19b66f

Please sign in to comment.