Move input text files

This commit is contained in:
2023-08-23 13:38:02 +02:00
parent 92f59110ed
commit e44ef77ba4
13 changed files with 10 additions and 10 deletions

View File

@ -6,7 +6,7 @@ function gen_plot(filepath)
name = basename(filepath)
name, _ = splitext(name)
filepath = joinpath(@__DIR__, filepath)
filepath = joinpath(@__DIR__, "../input/", filepath)
if !isfile(filepath)
println("File ", filepath, " does not exist, skipping")
return