Skip to content

Commit

Permalink
Automated autopep8 fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 24, 2024
1 parent 5a5d0ea commit f20d98e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/unit/data_operations/test_time_series_operations.py
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit f20d98e

Please sign in to comment.