Skip to content

Commit

Permalink
get data to 2100
Browse files Browse the repository at this point in the history
  • Loading branch information
jdebacker committed May 17, 2024
1 parent 54817f9 commit 96105be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ogzaf/calibrate.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def __init__(
99,
country_id="710", # UN code for ZAF
initial_data_year=p.start_year - 1,
final_data_year=p.start_year,
final_data_year=2100,
GraphDiag=False,
download_path=os.path.join(CUR_DIR, "data", "demographic"),
)
Expand Down

0 comments on commit 96105be

Please sign in to comment.