From cbaeb9423b900933dfee90b76daa6a8b68c385e1 Mon Sep 17 00:00:00 2001 From: lauraporta <29216006+lauraporta@users.noreply.github.com> Date: Thu, 18 Jul 2024 15:52:49 +0100 Subject: [PATCH] Correct method name in tests --- .../test_finding_correct_start_end_times_with_threshold.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_unit/test_finding_correct_start_end_times_with_threshold.py b/tests/test_unit/test_finding_correct_start_end_times_with_threshold.py index 292b5d7..edd134b 100644 --- a/tests/test_unit/test_finding_correct_start_end_times_with_threshold.py +++ b/tests/test_unit/test_finding_correct_start_end_times_with_threshold.py @@ -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 )