Skip to content

Commit a42cec7

Browse files
test: use new codegen in index reduction test
1 parent 1600013 commit a42cec7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/structural_transformation/index_reduction.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ first_order_idx1_pendulum = complete(ode_order_lowering(idx1_pendulum))
6262

6363
using OrdinaryDiffEq
6464
using LinearAlgebra
65-
prob = ODEProblem(ODEFunction(first_order_idx1_pendulum),
65+
prob = ODEProblem(first_order_idx1_pendulum,
6666
# [x, y, w, z, xˍt, yˍt, T]
6767
[1, 0, 0, 0, 0, 0, 0.0],# 0, 0, 0, 0],
6868
(0, 10.0),

0 commit comments

Comments
 (0)