We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We get Something went wrong. Integrator stepped past tstops but the algorithm was dtchangeable. Please report this error. when calling
Something went wrong. Integrator stepped past tstops but the algorithm was dtchangeable. Please report this error.
f(u, p, t) = 1 p = SDEProblem(f, f, [1], (0, 1)) i = init(p, EM(); dt=.02) add_tstop!(i, 0.01) step!(i)
For LambdaEM this yields Tried to add a tstop that is behind the current time. This is strictly forbidden as expected.
LambdaEM
Tried to add a tstop that is behind the current time. This is strictly forbidden
The text was updated successfully, but these errors were encountered:
Ahh yes, that check may only be done when adaptive=true, and it probably needs to always be done.
adaptive=true
Sorry, something went wrong.
No branches or pull requests
We get
Something went wrong. Integrator stepped past tstops but the algorithm was dtchangeable. Please report this error.
when callingFor
LambdaEM
this yieldsTried to add a tstop that is behind the current time. This is strictly forbidden
as expected.The text was updated successfully, but these errors were encountered: