Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
galipremsagar committed Jan 11, 2023
1 parent 5eff37b commit e2e16c4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions python/cudf/cudf/core/frame.py
Original file line number Diff line number Diff line change
Expand Up @@ -498,9 +498,7 @@ def get_column_values_na(col):
f"{dtype} are not yet supported via "
"`__cuda_array_interface__`"
)
dtype = find_common_type(
[col.dtype for col in self._data.values()]
)
dtype = find_common_type(dtypes)

matrix = make_empty_matrix(
shape=(len(self), ncol), dtype=dtype, order="F"
Expand Down

0 comments on commit e2e16c4

Please sign in to comment.