Skip to content

Commit

Permalink
Relax tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
trivialfis committed Aug 6, 2020
1 parent fe603d7 commit bbb81dd
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 @@ -61,7 +61,7 @@ def run_categorical_basic(self, cat, onehot, label, rounds):
np.testing.assert_allclose(
np.array(by_etl_results['Train']['rmse']),
np.array(by_builtin_results['Train']['rmse']),
rtol=1e-5,
rtol=1e-4,
atol=1e-4)
assert tm.non_increasing(by_builtin_results['Train']['rmse'])

Expand Down

0 comments on commit bbb81dd

Please sign in to comment.