Skip to content

Commit 2eceeab

Browse files
SebastianM-Cclaude
andcommitted
fix deprecated MTK syntax in tests
Co-authored-by: Claude <[email protected]>
1 parent 543cd39 commit 2eceeab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/autodiff.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ eqs = [
3434
D(y8) ~ (-k2 * y6 * y8 + k6 * y7)
3535
]
3636

37-
@mtkbuild model = ODESystem(eqs, t)
37+
@mtkcompile model = System(eqs, t)
3838

3939
struct Tag end
4040
T = typeof(ForwardDiff.Tag(Tag(), Float64))

0 commit comments

Comments
 (0)