MCPcopy Create free account
hub / github.com/LargeWorldModel/LWM / _key_from_result

Method _key_from_result

scripts/eval_needle_multi.py:219–220  ·  view source on GitHub ↗
(result)

Source from the content-addressed store, hash-verified

217 template = self.OURS_TEMPLATE
218
219 def _key_from_result(result):
220 return (result['context_length'], result['depth_percent'], result['seed'])
221
222 results = []
223 completed = set()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected