Skip to content

Commit

Permalink
format.
Browse files Browse the repository at this point in the history
  • Loading branch information
trivialfis committed Sep 23, 2024
1 parent 35531d3 commit 25ee60f
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 @@ -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(
Expand Down

0 comments on commit 25ee60f

Please sign in to comment.