Skip to content

Commit

Permalink
External memory test.
Browse files Browse the repository at this point in the history
  • Loading branch information
trivialfis committed Nov 27, 2021
1 parent 904b787 commit dc6359e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/python/test_data_iterator.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def run_data_iterator(
)
arr_predt = from_arrays.predict(Xy)

if tree_method != "gpu_hist":
if tree_method == "hist":
rtol = 1e-1 # flaky
else:
# Model can be sensitive to quantiles, use 1e-2 to relax the test.
Expand Down

0 comments on commit dc6359e

Please sign in to comment.