Skip to content
Snippets Groups Projects
Commit e646268b authored by odri's avatar odri
Browse files

fix benchmark

parent f0b10da8
No related branches found
No related tags found
1 merge request!29Multiprocess mpc
Pipeline #20672 failed
......@@ -23,7 +23,8 @@ def createProblem():
x0 = pd.x0_reduced
ocp = OCP(pd, target)
ocp.make_ocp(x0)
ocp.make_ocp()
ocp.x0 = x0
xs = [x0] * (ocp.ddp.problem.T + 1)
us = ocp.ddp.problem.quasiStatic([x0] * ocp.ddp.problem.T)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment