Skip to content

Commit

Permalink
change test_minhash to test_minhash_permuted
Browse files Browse the repository at this point in the history
  • Loading branch information
davidwendt committed Nov 6, 2024
1 parent 186befd commit 1989c62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/cudf/cudf/tests/text/test_text_methods.py
Original file line number Diff line number Diff line change
Expand Up @@ -882,7 +882,7 @@ def test_is_vowel_consonant():
assert_eq(expected, actual)


def test_minhash():
def test_minhash_permuted():
strings = cudf.Series(["this is my", "favorite book", None, ""])

params = cudf.Series([1, 2, 3], dtype=np.uint32)
Expand Down

0 comments on commit 1989c62

Please sign in to comment.