MCPcopy Create free account
hub / github.com/google-deepmind/alphageometry / test_enumerate_circles

Method test_enumerate_circles

graph_test.py:155–160  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

153 self.assertTrue(nm.check_midp([a.num, b.num, c.num]))
154
155 def test_enumerate_circles(self):
156 g = GraphTest.g
157
158 for a, b, c, d in g.all_circles():
159 self.assertTrue(g.check_circle([a, b, c, d]))
160 self.assertTrue(nm.check_circle([a.num, b.num, c.num, d.num]))
161
162
163if __name__ == '__main__':

Callers

nothing calls this directly

Calls 2

all_circlesMethod · 0.80
check_circleMethod · 0.80

Tested by

no test coverage detected