You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a function to use the schema for dictionary conversions that occur in converter.py (quite difficult, not 100% sure if this is possible)
From validator.py move NON_AGENCY_MANDATORY_TAG info to schema in case this changes throughout the years
Reliability
Write unit tests for as many functions as possible
seniority_forecast_04() function applies the changes in growth each year per LA from the ‘population_growth_table.xlsx’ to the FTESum of the corresponding LA in the ‘FTESum_2020.xlsx’ file from 2020-2025 (creating a new column with each loop and applying the growth change to the previous years’ FTESum). This is prone to breaking as it relies on row indexes rather than row names, change this to rely on row names
Ready to run in production
Update work_path.py to take inputs from CLI instead of hardcoded filepaths
Write a function to create folders in case they don’t already exist
The text was updated successfully, but these errors were encountered:
Documentation
Reliability
Ready to run in production
The text was updated successfully, but these errors were encountered: