From bbb81dd6c4750dba2fe3106227ef9a0342008d97 Mon Sep 17 00:00:00 2001 From: fis Date: Thu, 6 Aug 2020 20:21:40 +0800 Subject: [PATCH] Relax tests. --- tests/python-gpu/test_gpu_updaters.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/python-gpu/test_gpu_updaters.py b/tests/python-gpu/test_gpu_updaters.py index b0e9c5bea6b4..18f534e41905 100644 --- a/tests/python-gpu/test_gpu_updaters.py +++ b/tests/python-gpu/test_gpu_updaters.py @@ -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'])