Skip to content

Commit 568651b

Browse files
test: typo
1 parent 3972192 commit 568651b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/parameter_dependencies.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ end
180180
D(θ) ~ ω,
181181
D(ω) ~ -(g/L)*sin(θ) - b*ω
182182
]
183-
@named pendulum_sys = ODESystem(eqs, t, [θ, ω], [g, L, b])
183+
@named pendulum_sys = System(eqs, t, [θ, ω], [g, L, b])
184184
sys = mtkcompile(pendulum_sys)
185185

186186
new_tunables = [L, b]

0 commit comments

Comments
 (0)