class documentation

class TestConversion: (source)

View In Hierarchy

Undocumented

Method test_iinfo_long_values Undocumented
Method test_int_from_huge_longdouble Undocumented
Method test_int_from_infinite_longdouble Undocumented
Method test_int_from_infinite_longdouble___int__ Undocumented
Method test_int_from_long Undocumented
Method test_int_from_longdouble Undocumented
Method test_int_raise_behaviour Undocumented
Method test_numpy_scalar_relational_operators Undocumented
Method test_scalar_comparison_to_none Undocumented
def test_iinfo_long_values(self): (source)

Undocumented

@pytest.mark.skipif((np.finfo(np.double) == np.finfo(np.longdouble)), reason='long double is same as double')
@pytest.mark.skipif(platform.machine().startswith('ppc'), reason='IBM double double')
def test_int_from_huge_longdouble(self): (source)

Undocumented

def test_int_from_infinite_longdouble(self): (source)

Undocumented

@pytest.mark.skipif(not IS_PYPY, reason='Test is PyPy only (gh-9972)')
def test_int_from_infinite_longdouble___int__(self): (source)

Undocumented

def test_int_from_long(self): (source)

Undocumented

def test_int_from_longdouble(self): (source)

Undocumented

def test_int_raise_behaviour(self): (source)

Undocumented

def test_numpy_scalar_relational_operators(self): (source)

Undocumented

def test_scalar_comparison_to_none(self): (source)

Undocumented