Skip to content

Commit 2f87b02

Browse files
committed
Add Plots.closeall() to ensure precompilation finishes
1 parent 43c74a7 commit 2f87b02

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/precompile.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ PrecompileTools.@compile_workload begin
88
cpu_time, x, solver_log = solve_with_ipopt(problem, robot)
99
play_trajectory(vis, problem, robot, x)
1010
plot_results(problem, robot, x)
11+
Plots.closeall()
1112
end

0 commit comments

Comments
 (0)