From f20d98eded03bc758c78091152e7fd8d5c70e590 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 24 Jul 2024 17:08:25 +0000 Subject: [PATCH] Automated autopep8 fixes --- test/unit/data_operations/test_time_series_operations.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/unit/data_operations/test_time_series_operations.py b/test/unit/data_operations/test_time_series_operations.py index dc82431862..fb56a2b003 100644 --- a/test/unit/data_operations/test_time_series_operations.py +++ b/test/unit/data_operations/test_time_series_operations.py @@ -362,6 +362,7 @@ def test_tuner_correctly_work_with_window_size_selector(): sum_records = sum(check_window_size_selector_logging(records)) assert sum_records == 2 or sum_records == 3 + @pytest.mark.parametrize(('length', 'features_count', 'target_count', 'window_size'), [(40 + _FORECAST_LENGTH * 2, 1, 1, 10), (40 + _FORECAST_LENGTH * 2, 2, 1, 10),