From 5c1f96135f2771d064f318f510d138e998b484bb Mon Sep 17 00:00:00 2001
From: Stephan Hilb <stephan@ecshi.net>
Date: Mon, 7 Feb 2022 15:46:36 +0100
Subject: [PATCH] rename convergence rate experiment

---
 scripts/run.jl             | 2 +-
 scripts/run_experiments.jl | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/scripts/run.jl b/scripts/run.jl
index 8d8114b..126e2b9 100644
--- a/scripts/run.jl
+++ b/scripts/run.jl
@@ -4,5 +4,5 @@ const datapath = joinpath(@__DIR__, "..", "data")
 
 ctx = Util.Context(datapath)
 
-ctx(experiment_pd-comparison, "pd-comparison")
+ctx(experiment_convergence_rate, "fem/convergence/rate")
 ctx(experiment_optflow_middlebury_all, "fem/optflow/middlebury")
diff --git a/scripts/run_experiments.jl b/scripts/run_experiments.jl
index 03dbe37..0e43dac 100644
--- a/scripts/run_experiments.jl
+++ b/scripts/run_experiments.jl
@@ -851,7 +851,7 @@ function denoise_pd(st, img; df=nothing, algorithm, params_...)
 end
 
 
-function experiment_pd_comparison(ctx)
+function experiment_convergence_rate(ctx)
     img = loadimg(joinpath(ctx.indir, "input.png"))
     #img = [0. 0.; 1. 0.]
 
-- 
GitLab