Skip to content

Commit 1e9d28f

Browse files
test: add guess for FMI test
1 parent c5b9fe0 commit 1e9d28f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/fmi/fmi.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,8 @@ end
235235
t;
236236
systems = [adder1, adder2])
237237
prob = ODEProblem(
238-
sys, [adder1.c => 1.0, adder2.c => 1.0, adder1.a => 2.0], (0.0, 1.0))
238+
sys, [adder1.c => 1.0, adder2.c => 1.0, adder1.a => 2.0],
239+
(0.0, 1.0); guesses = [adder2.a => 0.0])
239240
return sys, prob
240241
end
241242
@named adder1 = SimpleAdder()

0 commit comments

Comments
 (0)