Move import to abc_model/ and rename to parse
This commit is contained in:
@ -12,7 +12,7 @@ function gen_plot(filepath)
|
||||
return
|
||||
end
|
||||
|
||||
g = import_txt(filepath)
|
||||
g = parse_abc(filepath)
|
||||
|
||||
Random.seed!(1)
|
||||
|
||||
|
Reference in New Issue
Block a user