Skip to content

Commit

Permalink
update msg
Browse files Browse the repository at this point in the history
  • Loading branch information
galipremsagar committed Mar 21, 2023
1 parent 6daea35 commit f81c1b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/cudf/cudf/core/frame.py
Original file line number Diff line number Diff line change
Expand Up @@ -496,8 +496,8 @@ def get_column_values_na(col):
),
):
raise NotImplementedError(
f"{dtype} is not yet supported via "
"`__cuda_array_interface__`"
f"{dtype} is not yet supported to be exported to"
"a cupy array"
)
dtype = find_common_type(dtypes)

Expand Down

0 comments on commit f81c1b3

Please sign in to comment.