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

Method test_lcm

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

Source from the content-addressed store, hash-verified

3961
3962class TestRationalFunctions:
3963 def test_lcm(self):
3964 self._test_lcm_inner(np.int16)
3965 self._test_lcm_inner(np.uint16)
3966
3967 def test_lcm_object(self):
3968 self._test_lcm_inner(np.object_)

Callers

nothing calls this directly

Calls 1

_test_lcm_innerMethod · 0.95

Tested by

no test coverage detected