Skip to content

Commit

Permalink
(chore)python: Fix formatting (#5658)
Browse files Browse the repository at this point in the history
  • Loading branch information
zundertj committed Nov 28, 2022
1 parent b3c2e4e commit 743e1bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py-polars/tests/unit/test_df.py
Original file line number Diff line number Diff line change
Expand Up @@ -1391,7 +1391,7 @@ def test_reproducible_hash_with_seeds() -> None:
# in the meantime, try to account for arm64 (mac) hash values to reduce noise
expected = pl.Series(
"s",
[6629530352159708028,15496313222292466864,6048298245521876612]
[6629530352159708028, 15496313222292466864, 6048298245521876612]
if platform.mac_ver()[-1] == "arm64"
else [6629530352159708028, 988796329533502010, 6048298245521876612],
dtype=pl.UInt64,
Expand Down

0 comments on commit 743e1bb

Please sign in to comment.