Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
ritchie46 committed Oct 12, 2023
1 parent a6b70e6 commit ee6a2c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py-polars/tests/unit/dataframe/test_df.py
Original file line number Diff line number Diff line change
Expand Up @@ -1601,7 +1601,7 @@ def test_reproducible_hash_with_seeds() -> None:
if platform.mac_ver()[-1] != "arm64":
expected = pl.Series(
"s",
[13477868900383131459, 988796329533502010, 16840582678788620208],
[13477868900383131459, 6344663067812082469, 16840582678788620208],
dtype=pl.UInt64,
)
result = df.hash_rows(*seeds)
Expand Down

0 comments on commit ee6a2c6

Please sign in to comment.