Skip to content

Commit 5e7b583

Browse files
test: use new codegen in distributed test
1 parent a42cec7 commit 5e7b583

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/distributed.jl

+1-2
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,11 @@ addprocs(2)
1515

1616
@everywhere @named de = ODESystem(eqs, t)
1717
@everywhere de = complete(de)
18-
@everywhere ode_func = ODEFunction(de, [x, y, z], [σ, ρ, β])
1918

2019
@everywhere u0 = [19.0, 20.0, 50.0]
2120
@everywhere params = [16.0, 45.92, 4]
2221

23-
@everywhere ode_prob = ODEProblem(ode_func, u0, (0.0, 10.0), params)
22+
@everywhere ode_prob = ODEProblem(de, u0, (0.0, 10.0), params)
2423

2524
@everywhere begin
2625
using OrdinaryDiffEq

0 commit comments

Comments
 (0)