Skip to content

Commit 0452746

Browse files
committed
changed fy for drf to 2024-25
1 parent 0c9bd0b commit 0452746

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ def build_drf(si, config, snapshot=False):
157157

158158
# Drop any actuals from the fiscal year in progress
159159
# TODO: Turn this into a function that looks at the current datetime
160-
current_yr = 2026
160+
current_yr = 2025
161161
drf_actuals = drf_actuals[drf_actuals['measure_yr']<current_yr]
162162

163163
# Determine the highest measure year for actuals

0 commit comments

Comments
 (0)