diff --git a/scripts/run.jl b/scripts/run.jl
index 8d8114bc8875aad6b3c5286fc0c0cdf6438f6673..126e2b9f1d33f522c654a136d3390b10e1482a39 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 03dbe37f50cdc0c84ab2555d892ba95e529a7cc0..0e43dace9b062a3cea2ef95a6dd967f6780f7012 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.]