Skip to content

Commit

Permalink
check_dtype=False
Browse files Browse the repository at this point in the history
  • Loading branch information
mroeschke committed Sep 22, 2023
1 parent ffe4c0b commit a5bb259
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 @@ -10418,7 +10418,7 @@ def test_init_from_2_categoricalindex_series_diff_categories():
)
result = cudf.DataFrame([s1, s2])
expected = pd.DataFrame([s1.to_pandas(), s2.to_pandas()])
assert_eq(result, expected)
assert_eq(result, expected, check_dtype=False)


def test_data_frame_values_no_cols_but_index():
Expand Down

0 comments on commit a5bb259

Please sign in to comment.