Skip to content

Commit

Permalink
Correct method name in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lauraporta committed Jul 18, 2024
1 parent a6a840e commit cbaeb94
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def test_finding_correct_start_end_times_with_threshold(
number_of_rotations: int,
rotation_len: int,
):
start, end = derotation_pipeline.get_start_end_times(
start, end = derotation_pipeline.get_start_end_times_with_threshold(
full_rotation, std_coef
)

Expand Down

0 comments on commit cbaeb94

Please sign in to comment.