We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a9802d commit ac4a5ebCopy full SHA for ac4a5eb
pandas/tests/base/conftest.py
@@ -20,7 +20,7 @@ def _create_narrow_series(data_dtype):
20
""" Helper for the _narrow_series dict """
21
index = indices_dict["int"].copy()
22
size = len(index)
23
- if np.issubdtype(data_dtype, np.float):
+ if np.issubdtype(data_dtype, np.floating):
24
data = np.random.choice(size, size=size, replace=False)
25
elif np.issubdtype(data_dtype, np.integer):
26
data = np.random.randn(size)
0 commit comments