From d8e23e0531ac649fb6339b83cf800a5ada3bbdbd Mon Sep 17 00:00:00 2001 From: remyogasawara Date: Tue, 22 Aug 2023 16:55:55 -0700 Subject: [PATCH] remove comments --- .../component_tests/decomposer_tests/test_stl_decomposer.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/evalml/tests/component_tests/decomposer_tests/test_stl_decomposer.py b/evalml/tests/component_tests/decomposer_tests/test_stl_decomposer.py index 1ceff6bb52..0598b771c7 100644 --- a/evalml/tests/component_tests/decomposer_tests/test_stl_decomposer.py +++ b/evalml/tests/component_tests/decomposer_tests/test_stl_decomposer.py @@ -475,9 +475,6 @@ def test_init_periods( generate_seasonal_data, variateness, ): - """This test exists to highlight that even though the underlying statsmodels STL component won't work - for minute or annual frequencies, we can still run these frequencies with automatic period detection. - """ period = 7 X, y = generate_seasonal_data( real_or_synthetic="synthetic",