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
In the case of non-diagonal noise SROCK2() is not working with a W::NoiseWrapper noise as that has no W.rng field, conflicting with
W::NoiseWrapper
W.rng
StochasticDiffEq.jl/src/perform_step/SROCK_perform_step.jl
Line 335 in 5c13cc7
The text was updated successfully, but these errors were encountered:
When fixing this maybe it's possible using rand! to avoid extra allocation?
rand!
Sorry, something went wrong.
fix SROCK2 for NoiseWrapper noise
9a556d7
fixes SciML#505
Successfully merging a pull request may close this issue.
In the case of non-diagonal noise SROCK2() is not working with a
W::NoiseWrapper
noise as that has noW.rng
field, conflicting withStochasticDiffEq.jl/src/perform_step/SROCK_perform_step.jl
Line 335 in 5c13cc7
The text was updated successfully, but these errors were encountered: