Skip to content
Snippets Groups Projects
Commit 32c25072 authored by Ruben Haag's avatar Ruben Haag
Browse files

Should work now

parent f26664d4
No related branches found
No related tags found
No related merge requests found
......@@ -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/")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment