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 6efbea5 commit b3b3c8cCopy full SHA for b3b3c8c
diffrax/_global_interpolation.py
@@ -72,7 +72,7 @@ class LinearInterpolation(AbstractGlobalInterpolation):
72
ts = ...
73
interp = LinearInterpolation(ts=ts, ...)
74
term = ControlTerm(..., control=interp)
75
- stepsize_controller = PIDController(..., jump_ts=ts)
+ stepsize_controller = ClipStepSizeController(PIDController(...), jump_ts=ts)
76
```
77
"""
78
0 commit comments