Skip to content

Commit

Permalink
Tiny test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
eccabay committed Aug 16, 2023
1 parent 3bfec8c commit 9f3cb79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evalml/tests/automl_tests/test_automl.py
Original file line number Diff line number Diff line change
Expand Up @@ -2291,9 +2291,9 @@ def test_time_series_regression_with_parameters(
multiseries_ts_data_stacked,
):
X, _, y = ts_data()
X.index.name = "date"
if is_multiseries:
X, y = multiseries_ts_data_stacked

Check warning on line 2296 in evalml/tests/automl_tests/test_automl.py

View check run for this annotation

Codecov / codecov/patch

evalml/tests/automl_tests/test_automl.py#L2295-L2296

Added lines #L2295 - L2296 were not covered by tests
X.index.name = "date"
problem_configuration = {
"time_index": "date",
"gap": 1,
Expand Down

0 comments on commit 9f3cb79

Please sign in to comment.