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

Method test_sketch_triangle

numericals_test.py:287–289  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

285 self.assertTrue(Line(b, d).diff_side(a, c))
286
287 def test_sketch_triangle(self):
288 a, b, c = nm.sketch_triangle([])
289 self.assertFalse(check_coll([a, b, c]))
290
291 def test_sketch_triangle12(self):
292 a, b, c = nm.sketch_triangle12([])

Callers

nothing calls this directly

Calls 1

check_collFunction · 0.85

Tested by

no test coverage detected