Skip to content

Commit

Permalink
Update python/cudf/cudf/tests/test_dataframe.py
Browse files Browse the repository at this point in the history
Co-authored-by: GALI PREM SAGAR <[email protected]>
  • Loading branch information
sarahyurick and galipremsagar authored Jul 27, 2021
1 parent 0142079 commit 25e85cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/cudf/cudf/tests/test_dataframe.py
Original file line number Diff line number Diff line change
Expand Up @@ -3084,7 +3084,7 @@ def test_select_dtype():
)
pdf = gdf.to_pandas()
assert_eq(
pdf.select_dtypes("int64").columns, gdf.select_dtypes("int64").columns,
pdf.select_dtypes("int64"), gdf.select_dtypes("int64"),
)


Expand Down

0 comments on commit 25e85cb

Please sign in to comment.