We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bacce8 commit 6fcfe7bCopy full SHA for 6fcfe7b
test/mtk.jl
@@ -129,7 +129,7 @@ setups = [
129
(prob_correctu0, mtkparams_correctu0, BrownFullBasicInit()),
130
(prob_correctu0, mtkparams_correctu0, OrdinaryDiffEqCore.DefaultInit()),
131
132
- # (prob_correctu0, mtkparams_correctu0, NoInit()),
+ (prob_correctu0, mtkparams_correctu0, NoInit()),
133
(prob_correctu0, mtkparams_correctu0, nothing),
134
135
(prob_overdetermined, mtkparams_overdetermined, BrownFullBasicInit()),
0 commit comments