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",