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

Method add_simtri_check

graph.py:2334–2339  ·  view source on GitHub ↗
(
      self, points: list[Point], deps: EmptyDependency
  )

Source from the content-addressed store, hash-verified

2332 return False
2333
2334 def add_simtri_check(
2335 self, points: list[Point], deps: EmptyDependency
2336 ) -> list[Dependency]:
2337 if nm.same_clock(*[p.num for p in points]):
2338 return self.add_simtri(points, deps)
2339 return self.add_simtri2(points, deps)
2340
2341 def add_contri_check(
2342 self, points: list[Point], deps: EmptyDependency

Callers 1

add_pieceMethod · 0.95

Calls 2

add_simtriMethod · 0.95
add_simtri2Method · 0.95

Tested by

no test coverage detected