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 543cd39 commit 2eceeabCopy full SHA for 2eceeab
test/autodiff.jl
@@ -34,7 +34,7 @@ eqs = [
34
D(y8) ~ (-k2 * y6 * y8 + k6 * y7)
35
]
36
37
-@mtkbuild model = ODESystem(eqs, t)
+@mtkcompile model = System(eqs, t)
38
39
struct Tag end
40
T = typeof(ForwardDiff.Tag(Tag(), Float64))
0 commit comments