From 78746b2c3c7974ef5a1f17481dec8fdf2b4828bf Mon Sep 17 00:00:00 2001 From: Sebastian Pokutta <23001135+pokutta@users.noreply.github.com> Date: Fri, 29 Sep 2023 17:46:27 +0200 Subject: [PATCH] typo --- examples/open_loop.jl | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/open_loop.jl b/examples/open_loop.jl index 6c0edbb01..1a7da8502 100644 --- a/examples/open_loop.jl +++ b/examples/open_loop.jl @@ -5,6 +5,7 @@ include("../examples/plot_utils.jl") n = 10000 k = 500 +s = 97 @info "Seed $s" Random.seed!(s)