We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5d4640 commit 1223c5cCopy full SHA for 1223c5c
paper_tests/simulation_test/simulation.jl
@@ -12,7 +12,6 @@ include("metrics.jl")
12
include("evaluate_models.jl")
13
include("simulation_generator.jl")
14
15
-############################## forward ####################################################
16
using Distributed
17
import Pkg
18
Pkg.activate(".")
@@ -37,6 +36,21 @@ end
37
36
38
end
39
+function create_dirs()
40
+ try
41
+ mkdir("paper_tests/simulation_test/results_simulation_raw")
42
+ catch
43
+ @warn "Directory already exists"
44
+ end
45
46
+ mkdir("paper_tests/simulation_test/results_simulation")
47
48
49
50
+end
51
+
52
+create_dirs()
53
54
@everywhere begin
55
function get_M_K_res(M_K_d)
56
M = M_K_d["M"]
0 commit comments