Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apple/ml-pointersect
/ test2
Method
test2
tests/pointersect/pr/test_naive.py:43–51 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
41
)
42
43
def
test2(self):
44
b = 3
45
self._test(
46
b=b,
47
n=10,
48
grid_size=(torch.rand(b, 3) * 10).long() + 1,
49
center=torch.randn(b, 3),
50
grid_width=torch.rand(b, 3),
51
)
52
53
54
Callers
nothing calls this directly
Calls
1
_test
Method · 0.95
Tested by
no test coverage detected