We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a76170e commit 16ac07fCopy full SHA for 16ac07f
test/thread_safety.jl
@@ -24,7 +24,7 @@ let
24
ode_prob = ODEProblem(f!, u_0, (0.0, 10))
25
rate(u, p, t) = 1.0
26
jump!(integrator) = nothing
27
- jump_prob = JumpProblem(ode_prob, Direct(), VariableRateJump(rate, jump!); rng)
+ jump_prob = JumpProblem(ode_prob, Direct(), VariableRateJump(rate, jump!))
28
prob_func(prob, i, repeat) = deepcopy(prob)
29
prob = EnsembleProblem(jump_prob,prob_func = prob_func)
30
solve(prob, Tsit5(), EnsembleThreads(), trajectories=10)
0 commit comments