We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 649e5d0 commit 5c0d7cdCopy full SHA for 5c0d7cd
examples/menu.jl
@@ -7,7 +7,7 @@ options = ["autopilot_4p = include(\"autopilot.jl\")",
7
"parking_1p = include(\"parking_1p.jl\")",
8
"parking_4p = include(\"parking_4p.jl\")",
9
"parking_wind_dir = include(\"parking_wind_dir.jl\")",
10
- "tune_4p_ = include(\"tune_4p.jl\"); tune_4p()",
+ # "tune_4p_ = include(\"tune_4p.jl\"); tune_4p()",
11
"quit"]
12
13
function example_menu()
examples/tune_4p.jl
@@ -2,6 +2,7 @@
2
using Pkg
3
if ! ("BayesOpt" ∈ keys(Pkg.project().dependencies))
4
using TestEnv; TestEnv.activate()
5
+ # this will not work with Julia 1.11 or newer
6
Pkg.add("BayesOpt")
end
0 commit comments