diff --git a/examples/benchmark_w_matlab.jl b/examples/benchmark_w_matlab.jl index 67befac..6b4c206 100644 --- a/examples/benchmark_w_matlab.jl +++ b/examples/benchmark_w_matlab.jl @@ -21,7 +21,7 @@ end parameters = BeforeIT.AUSTRIA2010Q1.parameters initial_conditions = BeforeIT.AUSTRIA2010Q1.initial_conditions -T = 1 +T = 12 # We run the code to compile it first @time run(parameters, initial_conditions, T; multi_threading = false);