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

Method _key_from_result

scripts/eval_needle.py:214–215  ·  view source on GitHub ↗
(result)

Source from the content-addressed store, hash-verified

212 template = self.OURS_TEMPLATE
213
214 def _key_from_result(result):
215 return (result['context_length'], result['depth_percent'], result['seed'])
216
217 results = []
218 completed = set()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected