Skip to content

Commit 2deb8f7

Browse files
Update test/mtk.jl
1 parent f78be3f commit 2deb8f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/mtk.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ test_sol = solve(prob_overdetermined, Rodas5P(), abstol = 1e-6, reltol = 1e-3)
102102
sensealg = GaussAdjoint(; autojacvec = SciMLSensitivity.ZygoteVJP())
103103

104104
setups = [
105-
(prob_gtu0, mtkparams_gtu0, CheckInit()), # Source of truth first
105+
(prob_correctu0, mtkparams_correctu0, CheckInit()), # Source of truth first
106106

107107
(prob_incorrectu0, mtkparams_incorrectu0, BrownFullBasicInit()),
108108
(prob_incorrectu0, mtkparams_incorrectu0, OrdinaryDiffEqCore.DefaultInit()),

0 commit comments

Comments
 (0)