From f8288ab3535475c81b92855043423c70fc782f69 Mon Sep 17 00:00:00 2001 From: Jackson Hoffart Date: Mon, 9 Dec 2024 23:00:03 +0100 Subject: [PATCH] bug: update `startYear` value to be aligned with configuration holdings date Everything else points to `2023`, but `startYear = 2022` --- tests/config/full_params_2023Q4.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/config/full_params_2023Q4.json b/tests/config/full_params_2023Q4.json index 969f581..468a97c 100644 --- a/tests/config/full_params_2023Q4.json +++ b/tests/config/full_params_2023Q4.json @@ -34,7 +34,7 @@ "Aviation", "Cement" ], - "startYear": 2022, + "startYear": 2023, "timeHorizon": 5 } }