Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
jdebacker committed Jul 30, 2024
1 parent 8d3da2b commit bc34bf9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/create_doc_figures.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@

CUR_DIR = os.path.dirname(os.path.realpath(__file__))
UN_COUNTRY_CODE = "710"
plot_path = os.path.join(
CUR_DIR, "book", "content", "calibration", "images"
)
plot_path = os.path.join(CUR_DIR, "book", "content", "calibration", "images")
YEAR_TO_PLOT = 2023
# update path for demographics graphdiag plots
demog.OUTPUT_DIR = plot_path
Expand Down

0 comments on commit bc34bf9

Please sign in to comment.