The SOSRI()
solver for SDEProblem
evaluates the drift coefficient f
on time points outside of the specified timespan
#1069
Labels
Describe the bug 🐞
The
SOSRI()
solver forSDEProblem
evaluates the drift coefficientf
on time points outside of the specified timespan.Expected behavior
The drift coefficient is expected to be evaluated only on time points within the specified timespan.
Minimal Reproducible Example 👇
Error & Stacktrace⚠️
Note that only the drift coefficients are evaluated on out-of-scope time points. The following code, as a contrast, is error-free.
Environment (please complete the following information):
using Pkg; Pkg.status()
using Pkg; Pkg.status(; mode = PKGMODE_MANIFEST)
versioninfo()
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: