Skip to content

Commit 69f2938

Browse files
Update desauty_dae_mwe.jl
1 parent 2deb8f7 commit 69f2938

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/desauty_dae_mwe.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ desauty_model = create_model()
3636
sys = structural_simplify(desauty_model)
3737

3838

39-
prob = ODEProblem(sys, [], (0.0, 0.1), guesses = [sys.resistor1.v => 1.])
39+
prob = ODEProblem(sys, [sys.resistor1.v => 1.], (0.0, 0.1))
4040
iprob = prob.f.initialization_data.initializeprob
4141
isys = iprob.f.sys
4242

0 commit comments

Comments
 (0)