Skip to content

Commit 8cbbf8e

Browse files
committed
add partial test
1 parent c59c850 commit 8cbbf8e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/clock.jl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -564,3 +564,7 @@ k = ShiftIndex()
564564
end
565565

566566
@mtkbuild model = MyMultirateModel()
567+
prob = ODEProblem(model, [], (0, 5))
568+
sol = solve(prob, Tsit5(); kwargshandle = KeywordArgSilent)
569+
t_test = unique(sort([0:0.3:5; 0:1.1:5]))
570+
X = sol(t_test)

0 commit comments

Comments
 (0)