Skip to content

Commit

Permalink
clarify prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
a-mosquito committed May 30, 2023
1 parent 8e44639 commit 418327f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions carwatch/scripts/prepare_study.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,9 @@
@click.option(
"--num-samples",
required=True,
prompt="Number of biomarker samples [per day]",
prompt="Number of biomarker samples [during the day, WITHOUT evening sample]",
type=int,
help="The daily number of biomarker samples taken from every participant.",
help="The daily number of biomarker samples taken throughout the day from every participant. This number does not include the evening sample.",
)
@click.option(
"--sample_prefix",
Expand All @@ -117,9 +117,9 @@
)
@click.option(
"--has-evening-sample",
prompt="Evening sample taken?",
prompt="Additional evening sample taken?",
is_flag=True,
help="Whether a biomarker sample is taken in the evening.",
help="Whether an additional biomarker sample is taken in the evening.",
cls=NumericChoice,
chosen_number="study_type",
option_map=EVENING_OPTION,
Expand Down

0 comments on commit 418327f

Please sign in to comment.