From 32c25072329f78c883e4ae6c27127e7a7db923a1 Mon Sep 17 00:00:00 2001 From: "ruben.haag" <ruben.haag@stud.uni-goettingen.de> Date: Wed, 8 Dec 2021 14:48:07 +0100 Subject: [PATCH] Should work now --- put_together.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/put_together.jl b/put_together.jl index 86d9e1c..3298fdb 100644 --- a/put_together.jl +++ b/put_together.jl @@ -27,7 +27,7 @@ println("Saving Combined Dataframe to $archive_path") CSV.write(archive_path*"results.csv", df) -model_filenames = readdir(paths[:data], join=false) +model_filenames = readdir(paths[:model], join=false) println("Moving $(length(model_filenames)) Models to $archive_path") try mkdir("$archive_path/models/") -- GitLab