From a3f39d31dbaa47577cd9873e9e0e09d02ac2533b Mon Sep 17 00:00:00 2001
From: Benjamin Auder <benjamin.auder@somewhere>
Date: Wed, 29 Mar 2017 21:36:31 +0200
Subject: [PATCH] 'update'

---
 reports/report.gj | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/reports/report.gj b/reports/report.gj
index 44dd6de..7577c20 100644
--- a/reports/report.gj
+++ b/reports/report.gj
@@ -55,9 +55,9 @@ p5 = computeForecast(data, ${list_indices[i]}, "Persistence", "Zero", horizon=H,
 -----r
 e1 = computeError(data, p1, H)
 e2 = computeError(data, p2, H)
-e2 = computeError(data, p3, H)
-e3 = computeError(data, p4, H)
-e4 = computeError(data, p5, H)
+e3 = computeError(data, p3, H)
+e4 = computeError(data, p4, H)
+e5 = computeError(data, p5, H)
 options(repr.plot.width=9, repr.plot.height=7)
 plotError(list(e1, e5, e4, e2, e3), cols=c(1,2,colors()[258],4,6))
 
-- 
2.44.0