Skip to content

Commit c8b2cb0

Browse files
fix: update description of delay_start_time
1 parent daa5914 commit c8b2cb0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/dynamic_foraging_processing/processing/models/trial_config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ class TrialConfig(BaseModel):
3737
delay_start_time: Optional[float] = Field(
3838
default=None,
3939
description=(
40-
"Start time (s) of the delay (quiescent) period that precedes the go "
41-
"cue; the animal must withhold licking from here until the go cue"
40+
"Start time of the delay (quiescent) period preceding the go cue; equals the trial start time (QuiescentPeriod timestamp)."
41+
4242
),
4343
)
4444
goCue_start_time: Optional[float] = Field(default=None, description="The go cue start time")

0 commit comments

Comments
 (0)