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

Method test_lcm_object

numpy/core/tests/test_umath.py:3967–3968  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

3965 self._test_lcm_inner(np.uint16)
3966
3967 def test_lcm_object(self):
3968 self._test_lcm_inner(np.object_)
3969
3970 def test_gcd(self):
3971 self._test_gcd_inner(np.int16)

Callers

nothing calls this directly

Calls 1

_test_lcm_innerMethod · 0.95

Tested by

no test coverage detected