Skip to content

Commit

Permalink
Update data source options
Browse files Browse the repository at this point in the history
  • Loading branch information
kcreekdev committed Apr 13, 2024
1 parent 82cee97 commit de2d5e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cs-config/cs_config/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,10 +145,10 @@ class MetaParameters(paramtools.Parameters):
},
"data_source": {
"title": "Data Source",
"description": "Data source can be PUF or CPS",
"description": "CPS is currently the only supported data source",
"type": "str",
"value": "PUF",
"validators": {"choice": {"choices": ["PUF", "CPS"]}}
"validators": {"choice": {"choices": ["CPS"]}}
},
"use_full_sample": {
"title": "Use Full Sample",
Expand Down

0 comments on commit de2d5e6

Please sign in to comment.