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

Method test_reals

numpy/core/tests/test_scalar_ctors.py:110–111  ·  view source on GitHub ↗
(self, t1, t2)

Source from the content-addressed store, hash-verified

108 @pytest.mark.parametrize('t1', float_types)
109 @pytest.mark.parametrize('t2', float_types + [None])
110 def test_reals(self, t1, t2):
111 return self._do_test(t1, t2)
112
113 @pytest.mark.parametrize('t1', cfloat_types)
114 @pytest.mark.parametrize('t2', cfloat_types + [None])

Callers

nothing calls this directly

Calls 1

_do_testMethod · 0.95

Tested by

no test coverage detected