From ae3983c816ffc6e229ae4c3761fc88e8fc3c7bc7 Mon Sep 17 00:00:00 2001 From: jdebacker Date: Sat, 23 Mar 2024 15:52:46 -0400 Subject: [PATCH] change demog start year --- ogcore/demographics.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ogcore/demographics.py b/ogcore/demographics.py index ea3ec7948..d4fa9fe95 100644 --- a/ogcore/demographics.py +++ b/ogcore/demographics.py @@ -17,8 +17,8 @@ from ogcore.utils import get_legacy_session from ogcore import parameter_plots as pp -START_YEAR = 2023 -END_YEAR = 2023 +START_YEAR = 2024 +END_YEAR = 2024 UN_COUNTRY_CODE = "840" # UN code for USA # create output director for figures CUR_PATH = os.path.split(os.path.abspath(__file__))[0]