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

Method test_gcd

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

Source from the content-addressed store, hash-verified

3968 self._test_lcm_inner(np.object_)
3969
3970 def test_gcd(self):
3971 self._test_gcd_inner(np.int16)
3972 self._test_lcm_inner(np.uint16)
3973
3974 def test_gcd_object(self):
3975 self._test_gcd_inner(np.object_)

Callers

nothing calls this directly

Calls 2

_test_gcd_innerMethod · 0.95
_test_lcm_innerMethod · 0.95

Tested by

no test coverage detected