Skip to content

Commit

Permalink
Update python/cudf/cudf/tests/test_contains.py
Browse files Browse the repository at this point in the history
Co-authored-by: Keith Kraus <[email protected]>
  • Loading branch information
brandon-b-miller and Keith Kraus authored Apr 6, 2021
1 parent 8a30c57 commit 4179a17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/cudf/cudf/tests/test_contains.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def test_rangeindex_contains():
assert_eq(False, 10 in RangeIndex(start=0, stop=10, name="Index"))


@pytest.mark.parametrize("dtype", SCALAR_TYPES)
@pytest.mark.parametrize("dtype", list(SCALAR_TYPES))
def test_lists_contains(dtype):
dtype = np.dtype(dtype)
inner_data = np.array([1, 2, 3], dtype=dtype)
Expand Down

0 comments on commit 4179a17

Please sign in to comment.