Skip to content

Commit

Permalink
Update default year for Tax-Cruncher app on compute studio
Browse files Browse the repository at this point in the history
  • Loading branch information
kcreekdev authored Apr 20, 2024
1 parent 9eb57b9 commit 36babda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cs-config/cs_config/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ class MetaParameters(paramtools.Parameters):
"title": "Year",
"description": "Year for parameters.",
"type": "int",
"value": 2019,
"value": 2024,
"validators": {
"choice": {"choices": [yr for yr in range(2013, 2030 + 1)]}
},
Expand Down

0 comments on commit 36babda

Please sign in to comment.