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

Function fix

ar.py:69–70  ·  view source on GitHub ↗
(e: dict[str, float])

Source from the content-addressed store, hash-verified

67
68
69def fix(e: dict[str, float]) -> dict[str, float]:
70 return {k: fix_v(v) for k, v in e.items()}
71
72
73def frac_string(f: frac) -> str:

Callers

nothing calls this directly

Calls 1

fix_vFunction · 0.85

Tested by

no test coverage detected