We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2deb8f7 commit 69f2938Copy full SHA for 69f2938
test/desauty_dae_mwe.jl
@@ -36,7 +36,7 @@ desauty_model = create_model()
36
sys = structural_simplify(desauty_model)
37
38
39
-prob = ODEProblem(sys, [], (0.0, 0.1), guesses = [sys.resistor1.v => 1.])
+prob = ODEProblem(sys, [sys.resistor1.v => 1.], (0.0, 0.1))
40
iprob = prob.f.initialization_data.initializeprob
41
isys = iprob.f.sys
42
0 commit comments