Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apple/ml-pointersect
/ test_ind
Method
test_ind
tests/pointersect/pr/cuda/test_cuda.py:93–98 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
91
assert torch.allclose(cell_counts, cell_counts_gt)
92
93
def
test_ind(self):
94
self._test(
95
b=100,
96
n=2000,
97
mode=
'ind'
,
98
)
99
100
def
test_subidx(self, repeat=1):
101
for
r in range(repeat):
Callers
nothing calls this directly
Calls
1
_test
Method · 0.95
Tested by
no test coverage detected