Skip to content

Commit

Permalink
change to 2**34
Browse files Browse the repository at this point in the history
Signed-off-by: Naren Krishna <[email protected]>
  • Loading branch information
sfc-gh-nkrishna committed Apr 29, 2024
1 parent 1d5ba69 commit 4727c52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integ/modin/series/test_unique.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def _make_nan_interleaved_float_series():
[12.0, 11.999999, 11.999999],
["A", "A", "C", "C", "A"],
[None, "A", None, "B"],
native_pd.Series([1, 2, 2**10, 2**10], dtype=np.uint64),
native_pd.Series([1, 2, 2**34, 2**34], dtype=np.uint64),
_make_nan_interleaved_float_series(),
]

Expand Down

0 comments on commit 4727c52

Please sign in to comment.