MCPcopy Create free account
hub / github.com/BeingBeyond/BeTTER / _range_midpoint

Function _range_midpoint

src/task/specs/task_draft.py:268–269  ·  view source on GitHub ↗
(values: tuple[float, float])

Source from the content-addressed store, hash-verified

266
267
268def _range_midpoint(values: tuple[float, float]) -> float:
269 return (float(values[0]) + float(values[1])) / 2.0
270
271
272def _write_yaml(path: Path, payload: dict[str, object]) -> None:

Callers 1

compile_task_draftFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected