Skip to content

Commit

Permalink
Fix warnings in test_indexing.py (#12305)
Browse files Browse the repository at this point in the history
Contributes to #9999 and #10363.

Authors:
  - Vyas Ramasubramani (https://github.com/vyasr)

Approvers:
  - Michael Wang (https://github.com/isVoid)

URL: #12305
  • Loading branch information
vyasr authored Dec 5, 2022
1 parent 2048829 commit 1ca4dad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/cudf/cudf/tests/test_indexing.py
Original file line number Diff line number Diff line change
Expand Up @@ -1276,7 +1276,7 @@ def test_iloc_categorical_index(index):
slice("2001", "2002"),
slice("2002", "2001"),
slice(None, "2020"),
slice("2020", None),
slice("2001", None),
],
)
@pytest.mark.parametrize("is_dataframe", [True, False])
Expand Down

0 comments on commit 1ca4dad

Please sign in to comment.