Fix results file name creation

develop
parent 530258a2c8
commit 1885aa15ef
Signed by: millironx
GPG Key ID: 139C07724802BC5D

@ -43,7 +43,7 @@ end
function beefblup(datafile::String, h2::Float64)
# Assume the data is named the same as the file without the trailing extension
dataname = split(datafile, ".")[1:end-1]
dataname = join(split(datafile, ".")[1:end-1])
# Create a new results name
resultsfile = string(dataname, "_results.txt")

Loading…
Cancel
Save