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 1600013 commit a42cec7Copy full SHA for a42cec7
test/structural_transformation/index_reduction.jl
@@ -62,7 +62,7 @@ first_order_idx1_pendulum = complete(ode_order_lowering(idx1_pendulum))
62
63
using OrdinaryDiffEq
64
using LinearAlgebra
65
-prob = ODEProblem(ODEFunction(first_order_idx1_pendulum),
+prob = ODEProblem(first_order_idx1_pendulum,
66
# [x, y, w, z, xˍt, yˍt, T]
67
[1, 0, 0, 0, 0, 0, 0.0],# 0, 0, 0, 0],
68
(0, 10.0),
0 commit comments