Skip to content

Commit

Permalink
update baseline year/quarter
Browse files Browse the repository at this point in the history
  • Loading branch information
jdebacker committed Jul 30, 2024
1 parent 482e9ee commit 621ebb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ogzaf/macro_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def get_macro_params():
end = datetime.date.today() # go through today
baseline_date = datetime.datetime(2019, 3, 31)
baseline_yearquarter = (
"2019Q1" # The WB QPSD database has the date in YYYYQQ format
"2024Q1" # The WB QPSD database has the date in YYYYQQ format
)

"""
Expand Down

0 comments on commit 621ebb8

Please sign in to comment.