Skip to content

Commit

Permalink
add basic test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
rjzamora committed Nov 10, 2022
1 parent 0cb6848 commit 8e16f8f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions python/dask_cudf/dask_cudf/tests/test_groupby.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,10 @@ def test_groupby_agg(func, aggregation, pdf):

assert_cudf_groupby_layers(actual)

# groupby.agg should add an explicit getitem layer
# to improve/enable column projection
assert hlg_layer(actual.dask, "getitem")

dd.assert_eq(expect, actual, check_names=False, check_dtype=check_dtype)


Expand Down

0 comments on commit 8e16f8f

Please sign in to comment.