MCPcopy Create free account
hub / github.com/OpenRaiser/PaperFlow / x_pos

Function x_pos

experiments/human_eval/draw_interest_drift_paperflow_style.py:93–94  ·  view source on GitHub ↗
(score: float)

Source from the content-addressed store, hash-verified

91
92
93def x_pos(score: float) -> float:
94 return TRACK_L + score * (TRACK_R - TRACK_L)
95
96
97def best(values: dict[str, float], direction: str) -> str:

Callers 2

draw_pngFunction · 0.70
write_svgFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected