From 79f7fb60c96d1ecf15d331840a24b12149d87fee Mon Sep 17 00:00:00 2001
From: Stephan Hilb <stephan@ecshi.net>
Date: Sun, 11 Sep 2022 15:52:40 +0200
Subject: [PATCH] add M data output

---
 scripts/run_experiments.jl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/run_experiments.jl b/scripts/run_experiments.jl
index 73f6362..c04231b 100644
--- a/scripts/run_experiments.jl
+++ b/scripts/run_experiments.jl
@@ -316,7 +316,7 @@ function experiment_scaling_opticalflow(ctx)
 
     CSV.write(joinpath(ctx.outdir, "timings.csv"), df)
     #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,
         width=size(fo, 2), height=size(fo, 1))
 end
-- 
GitLab