Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3cbaf3f

Browse files
committed
fix: change parameter
1 parent 4754c87 commit 3cbaf3f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

benchmarks/benchmarks/bench_lib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ class Unique(Benchmark):
125125
# sizes of the 1D arrays
126126
[200, int(5e4), int(1e7)],
127127
# percent of np.nan in arrays
128-
[0, 0.1, 2., 50., 90.],
128+
[0, 10., 90.],
129129
# percent of unique values in arrays
130130
[0.02, 0.5, 10.],
131131
# dtypes of the arrays

0 commit comments

Comments
 (0)