We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08f3210 commit 739c4d2Copy full SHA for 739c4d2
pandas/tests/dtypes/test_common.py
@@ -22,7 +22,7 @@ def test_invalid_dtype_error(self):
22
with tm.assertRaisesRegexp(TypeError, msg):
23
pandas_dtype(dtype)
24
25
- valid_list = [object, 'float64',
+ valid_list = [object, 'float64', np.object_,
26
np.float64, float, np.dtype('float64')]
27
for dtype in valid_list:
28
0 commit comments