Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
69
def
fix(e: dict[str, float]) -> dict[str, float]:
70
return
{k: fix_v(v)
for
k, v in e.items()}
71
72
73
def
frac_string(f: frac) -> str:
Callers
nothing calls this directly
Calls
1
fix_v
Function · 0.85
Tested by
no test coverage detected