We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ed9f2a commit 6bac7e4Copy full SHA for 6bac7e4
pandas/tests/extension/base/interface.py
@@ -32,9 +32,6 @@ def test_array_interface(self, data):
32
result = np.array(data)
33
assert result[0] == data[0]
34
35
- def test_as_ndarray_with_dtype_kind(self, data):
36
- np.array(data, dtype=data.dtype.kind)
37
-
38
def test_repr(self, data):
39
ser = pd.Series(data)
40
assert data.dtype.name in repr(ser)
0 commit comments