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

Method test2

tests/pointersect/pr/cuda/test_cuda.py:204–209  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

202 assert np.allclose(pidxs_gt, pidxs)
203
204 def test2(self):
205 self.test(
206 b=10,
207 n=52000,
208 max_size=10,
209 )
210
211
212class TestGridRayIntersection(unittest.TestCase):

Callers

nothing calls this directly

Calls 1

testMethod · 0.95

Tested by

no test coverage detected