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

Method test1

tests/pointersect/pr/test_naive.py:34–41  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

32
33
34 def test1(self):
35 self._test(
36 b=3,
37 n=10,
38 grid_size=5,
39 center=0.,
40 grid_width=1.,
41 )
42
43 def test2(self):
44 b = 3

Callers

nothing calls this directly

Calls 1

_testMethod · 0.95

Tested by

no test coverage detected