class documentation

class TestMaximumSctype:

View In Hierarchy

Undocumented

Method test​_complex Undocumented
Method test​_float Undocumented
Method test​_int Undocumented
Method test​_other Undocumented
Method test​_uint Undocumented
@pytest.mark.parametrize('t', [np.csingle, np.cdouble, np.clongdouble])
def test_complex(self, t):

Undocumented

@pytest.mark.parametrize('t', [np.half, np.single, np.double, np.longdouble])
def test_float(self, t):

Undocumented

@pytest.mark.parametrize('t', [np.byte, np.short, np.intc, np.int_, np.longlong])
def test_int(self, t):

Undocumented

@pytest.mark.parametrize('t', [np.bool_, np.object_, np.unicode_, np.bytes_, np.void])
def test_other(self, t):

Undocumented

@pytest.mark.parametrize('t', [np.ubyte, np.ushort, np.uintc, np.uint, np.ulonglong])
def test_uint(self, t):

Undocumented