MCPcopy Create free account
hub / github.com/apple/ml-pointersect / test_subidx

Method test_subidx

tests/pointersect/pr/cuda/test_cuda.py:100–106  ·  view source on GitHub ↗
(self, repeat=1)

Source from the content-addressed store, hash-verified

98 )
99
100 def test_subidx(self, repeat=1):
101 for r in range(repeat):
102 self._test(
103 b=100,
104 n=20000,
105 mode='subidx',
106 )
107
108
109class TestGatherPoints(unittest.TestCase):

Callers

nothing calls this directly

Calls 1

_testMethod · 0.95

Tested by

no test coverage detected