Skip to content

Commit c85becf

Browse files
Update solution_interface.jl
1 parent 262019c commit c85becf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/downstream/solution_interface.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ end
202202
(0.0, 1.0); build_initializeprob = false)
203203
dae_sol = solve(prob, DFBDF(); save_idxs = [x])
204204

205-
@brownian a b
205+
@brownians a b
206206
@mtkcompile sys = System([D(x) ~ x + p * y + x * a, D(y) ~ 2p + x^2 + y * b], t)
207207
xidx = variable_index(sys, x)
208208
prob = SDEProblem(sys, [x => 1.0, y => 2.0, p => 2.0], (0.0, 1.0))

0 commit comments

Comments
 (0)