Skip to content
Snippets Groups Projects
Commit 79f7fb60 authored by Stephan Hilb's avatar Stephan Hilb
Browse files

add M data output

parent 8e62f8f1
No related branches found
No related tags found
No related merge requests found
...@@ -316,7 +316,7 @@ function experiment_scaling_opticalflow(ctx) ...@@ -316,7 +316,7 @@ function experiment_scaling_opticalflow(ctx)
CSV.write(joinpath(ctx.outdir, "timings.csv"), df) CSV.write(joinpath(ctx.outdir, "timings.csv"), df)
#saveimg(joinpath(ctx.outdir, "output_glob.png"), fetch_u(states.glob)) #saveimg(joinpath(ctx.outdir, "output_glob.png"), fetch_u(states.glob))
savedata(ctx, "data.tex"; lambda=λ, beta=β, Mdir, savedata(ctx, "data.tex"; lambda=λ, beta=β, Mdir, M=prod(M),
ntimings, stopenergy, ninner, ntimings, stopenergy, ninner,
width=size(fo, 2), height=size(fo, 1)) width=size(fo, 2), height=size(fo, 1))
end end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment