Skip to content

Commit

Permalink
Update backend/experiment/actions/utils.py
Browse files Browse the repository at this point in the history
Co-authored-by: Berit <berit.janssen@gmail.com>
  • Loading branch information
drikusroor and BeritJanssen authored Jan 8, 2025
1 parent aad3c50 commit d36bc70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/experiment/actions/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit d36bc70

Please sign in to comment.