Skip to content

Commit

Permalink
Update correlated_noisefunc.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas authored Sep 2, 2024
1 parent a9d48fd commit fd53cfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/correlated_noisefunc.jl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ function construct_correlated_noisefunc(Γ)
return A * sqrt.(abs(dt)) * wiener_randn(rng, typeof(dW))
end
end
bridge = function (W, W0, Wh, q, h, u, p, t, rng)
bridge = function (rand_vec, W, W0, Wh, q, h, u, p, t, rng)
error("Bridging distribution is unknown. Cannot use adapativity")
end
dist, bridge
Expand Down

0 comments on commit fd53cfb

Please sign in to comment.