Skip to content

Commit

Permalink
Update python/cudf/cudf/tests/test_groupby.py
Browse files Browse the repository at this point in the history
  • Loading branch information
karthikeyann authored Oct 15, 2021
1 parent ee30e27 commit 0dde507
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/cudf/cudf/tests/test_groupby.py
Original file line number Diff line number Diff line change
Expand Up @@ -1961,7 +1961,7 @@ def test_groupby_diff_row_mixed_numerics(nelem, shift_perc, direction):
got = gdf.groupby(["0"]).diff(periods=n_shift)

assert_groupby_results_equal(
expected[["1", "2", "3", "4"]], got[["1", "2", "3", "4"]]
expected[["1", "2", "3", "4", "5"]], got[["1", "2", "3", "4", "5"]]
)


Expand Down

0 comments on commit 0dde507

Please sign in to comment.