Skip to content

Commit

Permalink
add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
galipremsagar committed Jan 31, 2022
1 parent 1c7ae25 commit 9f382ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/cudf/cudf/tests/test_list.py
Original file line number Diff line number Diff line change
Expand Up @@ -601,4 +601,4 @@ def test_listcol_setitem_retain_dtype():
# `ListColumn.children` that would have been corrupted in previous call
# prior to this fix: https://github.com/rapidsai/cudf/pull/10151/
df2 = df1.copy()
assert df2.a.dtype == df.a.dtype
assert df2["a"].dtype == df["a"].dtype

0 comments on commit 9f382ae

Please sign in to comment.