Skip to content

Commit

Permalink
Fix typo xpd not pd
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt711 committed Jul 10, 2024
1 parent 604d107 commit 3604ce3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/cudf/cudf_pandas_tests/test_cudf_pandas.py
Original file line number Diff line number Diff line change
Expand Up @@ -1609,7 +1609,7 @@ def test_at_setitem_empty():
["2024-06", "2023-06", "2022-06"], freq="M", name="foo"
),
xpd.IntervalIndex.from_breaks([0, 1, 2, 3], name="foo"),
pd.MultiIndex.from_tuples(
xpd.MultiIndex.from_tuples(
[(1, "a"), (2, "b"), (3, "c")], names=["foo1", "bar1"]
),
],
Expand Down

0 comments on commit 3604ce3

Please sign in to comment.