Is your feature request related to a problem? Please describe
We are about to run Estimates v25 for years 2020-2025 but the InputParser class _validate_config() method restricts the configuration file to years 2010-2024.
Describe the solution you'd like
Change the min_max_years = [2010, 2024] to allow up to 2025.
Is your feature request related to a problem? Please describe
We are about to run Estimates v25 for years 2020-2025 but the
InputParserclass_validate_config()method restricts the configuration file to years 2010-2024.Describe the solution you'd like
Change the
min_max_years = [2010, 2024]to allow up to 2025.