Skip to content

Commit

Permalink
Remove test for obsolete function MTZIntDtype._coerce_to_ndarray()
Browse files Browse the repository at this point in the history
  • Loading branch information
JBGreisman committed Jul 21, 2020
1 parent 4b8dbf9 commit 7721517
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/dtypes/test_dtypes.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ def test_repr(dtype_ints):
"""Test MTZInt32Dtype.__repr__ returns dtype name"""
assert dtype_ints[1] == dtype_ints[0]().__repr__()

def test_coerce_to_ndarray(data_int):
"""Test MTZInt32Dtype._coerce_to_ndarray defaults to returning np.int32"""
assert data_int._coerce_to_ndarray().dtype.type is np.int32

def test_itemsize(dtype_floats):
"""Test NumpyFloat32ExtensionDtype.itemsize"""
assert dtype_floats[0]().itemsize == dtype_floats[0]().type().itemsize
Expand Down

0 comments on commit 7721517

Please sign in to comment.