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 5bfc7f0 commit aad3c50
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 @@ -209,7 +209,7 @@ def randomize_playhead(min_jitter, max_jitter, continuation_correctness) -> floa
Args:
min_jitter (float): Minimum offset.
max_jitter (float): Maximum offset.
continuation_correctness (bool): Whether the user is already correct.
continuation_correctness (bool): whether to add a random increment to the continued audio
Returns:
(float): The random offset.
Expand Down

0 comments on commit aad3c50

Please sign in to comment.