Skip to content

Commit

Permalink
Update python/cudf/cudf/tests/test_column.py
Browse files Browse the repository at this point in the history
  • Loading branch information
bdice authored Jan 31, 2022
1 parent 47669c2 commit d2c0c4b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/cudf/cudf/tests/test_column.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ def random_ints(dtype, size):
except TypeError:
if dtype == "category":
data = random_ints(np.int64, size)
else:
raise
else:
if dtype.kind == "b":
data = np.random.choice([False, True], size=size)
Expand Down

0 comments on commit d2c0c4b

Please sign in to comment.