Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
moritzwilksch committed Nov 27, 2024
1 parent c0b9016 commit 0743e7a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions polars_hash/tests/test_hash.py
Original file line number Diff line number Diff line change
Expand Up @@ -371,8 +371,3 @@ def test_forced_missing_seed_errors(hash_fn_expr):

with pytest.raises(ComputeError, match="expected u32"):
df.select(hash_fn_expr)


def testme():
df = pl.DataFrame({"a": [b"hello", b"world"]})
df.select(plh.col("a").nchash.xxhash64())

0 comments on commit 0743e7a

Please sign in to comment.