MCPcopy Create free account
hub / github.com/numpy/numpy / test_ticket_1538

Method test_ticket_1538

numpy/core/tests/test_regression.py:1544–1548  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1542 raise AssertionError("Failures: %r" % failures)
1543
1544 def test_ticket_1538(self):
1545 x = np.finfo(np.float32)
1546 for name in 'eps epsneg max min resolution tiny'.split():
1547 assert_equal(type(getattr(x, name)), np.float32,
1548 err_msg=name)
1549
1550 def test_ticket_1434(self):
1551 # Check that the out= argument in var and std has an effect

Callers

nothing calls this directly

Calls 2

assert_equalFunction · 0.90
splitMethod · 0.45

Tested by

no test coverage detected