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

error correction

parent 732ee90f
No related branches found
No related tags found
No related merge requests found
......@@ -67,7 +67,7 @@ for quan in bus_quantitys
end
for quan in model_quantitys
push!(rows, quan> Measurement[])
push!(rows, quan => Measurement[])
end
rows = NamedTuple(rows)
......@@ -106,5 +106,5 @@ for model_nr in filenames
end
using Serialization
serialize(path*"results.jls", df)
serialize(path*"results.df", df)
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