From 25ee60f838a8e0aa861850e3c1656cfe9d274c2e Mon Sep 17 00:00:00 2001 From: Jiaming Yuan Date: Mon, 23 Sep 2024 23:51:48 +0800 Subject: [PATCH] format. --- 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 fbda88f14574..5d7710b3ae9f 100644 --- a/tests/python-gpu/test_gpu_updaters.py +++ b/tests/python-gpu/test_gpu_updaters.py @@ -146,7 +146,7 @@ def test_categorical_ohe(self, rows, cols, rounds, cats): rounds=rounds, cats=cats, device="cuda", - tree_method="hist" + tree_method="hist", ) @given(