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

Method check_sameside

graph.py:1002–1003  ·  view source on GitHub ↗
(self, points: list[Point])

Source from the content-addressed store, hash-verified

1000 return not nm.check_coll([p.num for p in points])
1001
1002 def check_sameside(self, points: list[Point]) -> bool:
1003 return nm.check_sameside([p.num for p in points])
1004
1005 def make_equal(self, x: gm.Node, y: gm.Node, deps: Dependency) -> None:
1006 """Make that two nodes x and y are equal, i.e. merge their value node."""

Callers 2

checkMethod · 0.95
match_genericFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected