-
-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
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
CorrelatedWienerProcess
bridge function has not the correct arguments (Correlated Lorenz)
#581
Comments
CorrelatedWienerProcess
bridge functoin has not correct arguments (Correlated Lorenz)CorrelatedWienerProcess
bridge function has not the correct arguments (Correlated Lorenz)
|
Should we maybe add a warning or error when adaptive solver is used with correlated noise? Similar to #578. |
Yes, it would be good to add traits to https://github.com/SciML/SciMLBase.jl/blob/master/src/alg_traits.jl for |
Okay will make a PR this week |
Besides adding traits for Current L11 bridge = function (W, W0, Wh, q, h, u, p, t, rng) should be bridge = function (dW, W, W0, Wh, q, h, u, p, t, rng) |
Yes good point. Both would cause an error of course, but you'd get the nicer error message. |
Describe the bug 🐞
When adding a
CorrelatedWienerProcess
to the lorenz ODE, the intergrator errors as it can not find the correct method for the bridge function made in the construction of theCorrelatedWienerProcess
. The integrator gives 10 arguments, but the bridge function has 9.Minimal Reproducible Example 👇
Error & Stacktrace⚠️
Environment (please complete the following information):
using Pkg; Pkg.status()
using Pkg; Pkg.status(; mode = PKGMODE_MANIFEST)
versioninfo()
The text was updated successfully, but these errors were encountered: