Skip to content

Commit

Permalink
change demog start year
Browse files Browse the repository at this point in the history
  • Loading branch information
jdebacker committed Mar 23, 2024
1 parent fe81039 commit ae3983c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ogcore/demographics.py
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit ae3983c

Please sign in to comment.