Skip to content

Commit

Permalink
Update frame.py
Browse files Browse the repository at this point in the history
  • Loading branch information
galipremsagar authored Mar 22, 2023
1 parent 1545ea4 commit 74272b4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions python/cudf/cudf/core/frame.py
Original file line number Diff line number Diff line change
Expand Up @@ -496,8 +496,7 @@ def get_column_values_na(col):
),
):
raise NotImplementedError(
f"{dtype} is not yet supported to be exported to"
"a cupy array"
f"{dtype} cannot be exposed as a cupy array"
)
dtype = find_common_type(dtypes)

Expand Down

0 comments on commit 74272b4

Please sign in to comment.