class documentation

class TestFloatExceptions: (source)

View In Hierarchy

Undocumented

Method assert_op_raises_fpe Undocumented
Method assert_raises_fpe Undocumented
Method test_floating_exceptions Undocumented
Method test_warnings Undocumented
def assert_op_raises_fpe(self, fpeerr, flop, sc1, sc2): (source)

Undocumented

def assert_raises_fpe(self, fpeerr, flop, x, y): (source)

Undocumented

@pytest.mark.skipif(IS_WASM, reason='no wasm fp exception support')
@pytest.mark.parametrize('typecode', np.typecodes['AllFloat'])
def test_floating_exceptions(self, typecode): (source)

Undocumented

@pytest.mark.skipif(IS_WASM, reason='no wasm fp exception support')
def test_warnings(self): (source)

Undocumented