From 19a85ebec10a0546cece21159035addffffdd5fe Mon Sep 17 00:00:00 2001 From: Evgeny Metelkin Date: Thu, 28 Dec 2023 11:34:45 +0200 Subject: [PATCH] check path --- julia/run.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/julia/run.jl b/julia/run.jl index 4b55b7a..d4abb56 100644 --- a/julia/run.jl +++ b/julia/run.jl @@ -1,7 +1,7 @@ using HetaSimulator, Plots ENV["GKSwstype"] = "100" -p = load_platform("..") +p = load_platform(".") model = models(p)[:nameless] res = Scenario(model, (0,340)) |> sim