From d36bc701f02820fc4e5aa5fd6d0233f7e74ddf6f Mon Sep 17 00:00:00 2001 From: Drikus Roor Date: Wed, 8 Jan 2025 16:05:59 +0100 Subject: [PATCH] Update backend/experiment/actions/utils.py Co-authored-by: Berit --- backend/experiment/actions/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/experiment/actions/utils.py b/backend/experiment/actions/utils.py index 031f7e85c..edb36802e 100644 --- a/backend/experiment/actions/utils.py +++ b/backend/experiment/actions/utils.py @@ -204,7 +204,7 @@ def get_last_n_turnpoints(session, num_turnpoints) -> QuerySet[Result]: def randomize_playhead(min_jitter, max_jitter, continuation_correctness) -> float: """ - Description: Randomly create a playhead offset if correctness is not yet established. + Description: Randomly add to the playhead offset. If `continuation_correctness=True`, this function returns 0, and has no effect on the playhead. Args: min_jitter (float): Minimum offset.