Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
galipremsagar committed Oct 12, 2024
1 parent 3d35be1 commit 8336a5f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion python/cudf/cudf/tests/test_parquet.py
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,9 @@ def test_parquet_read_filtered(tmpdir, rdg_seed):
dg.ColumnParameters(
40,
0.2,
lambda: np.random.default_rng().integers(0, 100, size=40),
lambda: np.random.default_rng(seed=None).integers(
0, 100, size=40
),
True,
),
],
Expand Down

0 comments on commit 8336a5f

Please sign in to comment.