Skip to content

Commit

Permalink
Relax test
Browse files Browse the repository at this point in the history
  • Loading branch information
RAMitchell committed Feb 12, 2020
1 parent cb1b2c8 commit 4b58811
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/python-gpu/test_gpu_updaters.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def assert_gpu_results(cpu_results, gpu_results):
'gpu_id': [0],
'max_depth': [2, 8],
'max_leaves': [255, 4],
'max_bin': [2, 256],
'max_bin': [4, 256],
'grow_policy': ['lossguide'],
'single_precision_histogram': [True],
'min_child_weight': [0],
Expand Down

0 comments on commit 4b58811

Please sign in to comment.