Move import to abc_model/ and rename to parse

This commit is contained in:
2023-08-18 10:05:01 +02:00
parent 95da0b1063
commit e591da10d3
7 changed files with 10 additions and 117 deletions

View File

@ -12,7 +12,7 @@ function gen_plot(filepath)
return
end
g = import_txt(filepath)
g = parse_abc(filepath)
Random.seed!(1)