Skip to content

Commit

Permalink
FIX Adjust margin of arima flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
dantegd committed Jan 16, 2025
1 parent 9c3edbd commit df4a203
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/cuml/cuml/tests/test_arima.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ def __init__(
n_obs=101,
n_test=10,
dataset="alcohol",
tolerance_integration=0.01,
tolerance_integration=0.05,
)

# ARIMA(5,1,0)
Expand Down

0 comments on commit df4a203

Please sign in to comment.