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 43c74a7 commit 2f87b02Copy full SHA for 2f87b02
src/precompile.jl
@@ -8,4 +8,5 @@ PrecompileTools.@compile_workload begin
8
cpu_time, x, solver_log = solve_with_ipopt(problem, robot)
9
play_trajectory(vis, problem, robot, x)
10
plot_results(problem, robot, x)
11
+ Plots.closeall()
12
end
0 commit comments