Skip to content

Commit 112d884

Browse files
committed
Update notebooks for Julia v1.10
Also update src/precompile.jl following rdeits/MeshCat.jl#250
1 parent b3d7a33 commit 112d884

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

notebooks/Example.ipynb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@
167167
" # \"print_level\" => 0, # [0, 12], default: 5\n",
168168
" \n",
169169
" # === NLP Scaling === # https://coin-or.github.io/Ipopt/OPTIONS.html#OPT_NLP_Scaling\n",
170-
" # \"nlp_scaling_method\" => \"none\", # none, user-scaling, gradient-based, equilibration-based\n",
170+
" # \"nlp_scaling_method\" => \"none\", # none, user-scaling, gradient-based (default), equilibration-based\n",
171171
"\n",
172172
" # === Warm Start === # https://coin-or.github.io/Ipopt/OPTIONS.html#OPT_Warm_Start\n",
173173
" # \"warm_start_init_point\" => \"yes\",\n",
@@ -184,7 +184,7 @@
184184
"\n",
185185
" # === Step Calculation === # https://coin-or.github.io/Ipopt/OPTIONS.html#OPT_Step_Calculation\n",
186186
" # \"mehrotra_algorithm\" => \"yes\", # yes, no (default)\n",
187-
" # \"fast_step_computation\" => \"yes\", # yes, no (default)\n",
187+
" \"fast_step_computation\" => \"yes\", # yes, no (default)\n",
188188
"\n",
189189
" # === Hessian Approximation === # https://coin-or.github.io/Ipopt/OPTIONS.html#OPT_Hessian_Approximation\n",
190190
" \"hessian_approximation\" => \"limited-memory\", # exact (default), limited-memory\n",
@@ -238,15 +238,15 @@
238238
],
239239
"metadata": {
240240
"kernelspec": {
241-
"display_name": "Julia 1.9.2",
241+
"display_name": "Julia 1.10.2",
242242
"language": "julia",
243-
"name": "julia-1.9"
243+
"name": "julia-1.10"
244244
},
245245
"language_info": {
246246
"file_extension": ".jl",
247247
"mimetype": "application/julia",
248248
"name": "julia",
249-
"version": "1.9.2"
249+
"version": "1.10.2"
250250
}
251251
},
252252
"nbformat": 4,

notebooks/Tutorial.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,15 +128,15 @@
128128
],
129129
"metadata": {
130130
"kernelspec": {
131-
"display_name": "Julia 1.9.1",
131+
"display_name": "Julia 1.10.2",
132132
"language": "julia",
133-
"name": "julia-1.9"
133+
"name": "julia-1.10"
134134
},
135135
"language_info": {
136136
"file_extension": ".jl",
137137
"mimetype": "application/julia",
138138
"name": "julia",
139-
"version": "1.9.1"
139+
"version": "1.10.2"
140140
}
141141
},
142142
"nbformat": 4,

src/precompile.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ PrecompileTools.@compile_workload begin
99
play_trajectory(vis, problem, robot, x)
1010
plot_results(problem, robot, x)
1111
Plots.closeall()
12+
MeshCat.close_server!(vis.core)
1213
end

0 commit comments

Comments
 (0)