We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37392e4 commit 04ea3d1Copy full SHA for 04ea3d1
1 file changed
src/ModelPredictiveControl.jl
@@ -57,14 +57,8 @@ include("state_estim.jl")
57
include("predictive_control.jl")
58
include("plot_sim.jl")
59
60
-@setup_workload begin
61
- # Putting some things in `@setup_workload` instead of `@compile_workload` can reduce the
62
- # size of the precompile file and potentially make loading faster.
63
- @compile_workload begin
64
- # all calls in this block will be precompiled, regardless of whether
65
- # they belong to your package or not (on Julia 1.8 and higher)
66
- include("precompile.jl")
67
- end
68
-end
+
+include("precompile.jl")
69
70
end
0 commit comments