Skip to content

Commit

Permalink
FIX style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
dantegd committed Jan 9, 2025
1 parent d0f5823 commit 78815db
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions python/cuml/cuml/tests/test_arima.py
Original file line number Diff line number Diff line change
Expand Up @@ -418,9 +418,7 @@ def test_integration(key, data, dtype):
data.dataset == "endog_hourly_earnings_by_industry_missing_exog"
and cudf_pandas_active
):
pytest.skip(
reason="https://github.com/rapidsai/cuml/issues/6209"
)
pytest.skip(reason="https://github.com/rapidsai/cuml/issues/6209")
order, seasonal_order, intercept = extract_order(key)
s = max(1, seasonal_order[3])

Expand Down

0 comments on commit 78815db

Please sign in to comment.