Skip to content

Commit

Permalink
Update test to match latest cuDF changes
Browse files Browse the repository at this point in the history
  • Loading branch information
pentschev committed Nov 14, 2023
1 parent 006d014 commit 77159f5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ async def test_ucxx_deserialize(ucxx_loop):
[
lambda cudf: cudf.Series([1, 2, 3]),
lambda cudf: cudf.Series([], dtype=object),
lambda cudf: cudf.DataFrame([]),
lambda cudf: cudf.DataFrame([], dtype=object),
lambda cudf: cudf.DataFrame([1]).head(0),
lambda cudf: cudf.DataFrame([1.0]).head(0),
lambda cudf: cudf.DataFrame({"a": []}),
Expand Down

0 comments on commit 77159f5

Please sign in to comment.