Skip to content

Commit 6fcfe7b

Browse files
Update test/mtk.jl
1 parent 9bacce8 commit 6fcfe7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/mtk.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ setups = [
129129
(prob_correctu0, mtkparams_correctu0, BrownFullBasicInit()),
130130
(prob_correctu0, mtkparams_correctu0, OrdinaryDiffEqCore.DefaultInit()),
131131

132-
# (prob_correctu0, mtkparams_correctu0, NoInit()),
132+
(prob_correctu0, mtkparams_correctu0, NoInit()),
133133
(prob_correctu0, mtkparams_correctu0, nothing),
134134

135135
(prob_overdetermined, mtkparams_overdetermined, BrownFullBasicInit()),

0 commit comments

Comments
 (0)