Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion diffrax/_step_size_controller/clip.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ def __init__(
- `jump_ts`: Denotes extra times that must be stepped to, and at which the
vector field has a known discontinuity. (This is used to force FSAL solvers
to re-evaluate the vector field.)
`store_rejected_steps`: If this is set to a positive integer, then any
- `store_rejected_steps`: If this is set to a positive integer, then any
rejected steps will have their time stored, and that time will be stepped to
exactly in a later step. This is used when solving SDEs with noncommutative
noise, for which this ensures that the distribution coming from Lévy area
Expand Down