Skip to content

Commit

Permalink
Merge branch 'bug/categorical_interval' of https://github.com/mroesch…
Browse files Browse the repository at this point in the history
…ke/cudf into bug/categorical_interval
  • Loading branch information
mroeschke committed Dec 16, 2024
2 parents ec82fcb + c9b8c73 commit eba36b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/cudf/cudf/core/column/categorical.py
Original file line number Diff line number Diff line change
Expand Up @@ -1100,8 +1100,8 @@ def as_categorical_column(self, dtype: Dtype) -> Self:
) and isinstance(dtype.categories.dtype, cudf.IntervalDtype):
codes = self.codes
else:
# Otherwise If both categories are of different Column types,
# return a column full of Nulls.
# Otherwise if both categories are of different Column types,
# return a column full of nulls.
codes = cast(
cudf.core.column.numerical.NumericalColumn,
column.as_column(
Expand Down

0 comments on commit eba36b3

Please sign in to comment.