Skip to content

Commit

Permalink
Simplify splat-list-iterable into splat-iterable
Browse files Browse the repository at this point in the history
Co-authored-by: Matthew Murray <[email protected]>
  • Loading branch information
wence- and Matt711 authored Nov 27, 2024
1 parent 32479ca commit 2487914
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions python/cudf/cudf/tests/test_groupby.py
Original file line number Diff line number Diff line change
Expand Up @@ -2016,9 +2016,7 @@ def test_multi_agg():
"agg",
(
[
*list(
itertools.combinations(["count", "max", "min", "nunique"], 2)
),
*itertools.combinations(["count", "max", "min", "nunique"], 2),
{"b": "min", "c": "mean"},
{"b": "max", "c": "mean"},
{"b": "count", "c": "mean"},
Expand Down

0 comments on commit 2487914

Please sign in to comment.