Skip to content

Commit 5c0d7cd

Browse files
committed
Disable autotuning example
1 parent 649e5d0 commit 5c0d7cd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

examples/menu.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ options = ["autopilot_4p = include(\"autopilot.jl\")",
77
"parking_1p = include(\"parking_1p.jl\")",
88
"parking_4p = include(\"parking_4p.jl\")",
99
"parking_wind_dir = include(\"parking_wind_dir.jl\")",
10-
"tune_4p_ = include(\"tune_4p.jl\"); tune_4p()",
10+
# "tune_4p_ = include(\"tune_4p.jl\"); tune_4p()",
1111
"quit"]
1212

1313
function example_menu()

examples/tune_4p.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
using Pkg
33
if ! ("BayesOpt" keys(Pkg.project().dependencies))
44
using TestEnv; TestEnv.activate()
5+
# this will not work with Julia 1.11 or newer
56
Pkg.add("BayesOpt")
67
end
78

0 commit comments

Comments
 (0)