We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c26375 commit c584ae7Copy full SHA for c584ae7
pandas/tests/extension/test_sparse.py
@@ -12,7 +12,7 @@ def make_data(fill_value):
12
if np.isnan(fill_value):
13
data = np.random.uniform(size=100)
14
else:
15
- data = np.random.randint(0, 100, size=100)
+ data = np.random.randint(1, 100, size=100)
16
17
data[2::3] = fill_value
18
return data
0 commit comments