Skip to content

Commit ae3983c

Browse files
committed
change demog start year
1 parent fe81039 commit ae3983c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ogcore/demographics.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
from ogcore.utils import get_legacy_session
1818
from ogcore import parameter_plots as pp
1919

20-
START_YEAR = 2023
21-
END_YEAR = 2023
20+
START_YEAR = 2024
21+
END_YEAR = 2024
2222
UN_COUNTRY_CODE = "840" # UN code for USA
2323
# create output director for figures
2424
CUR_PATH = os.path.split(os.path.abspath(__file__))[0]

0 commit comments

Comments
 (0)