MCPcopy
hub / github.com/elder-plinius/OBLITERATUS / log

Function log

obliteratus/evaluation/heretic_eval.py:1048–1051  ·  view source on GitHub ↗
(msg)

Source from the content-addressed store, hash-verified

1046 on_log: Optional logging callback.
1047 """
1048 def log(msg):
1049 logger.info(msg)
1050 if on_log:
1051 on_log(msg)
1052
1053 log(f"Starting community-standard evaluation for {model_name} ({method_name})")
1054 t_start = time.time()

Callers 1

run_full_heretic_evalFunction · 0.85

Calls 1

on_logFunction · 0.50

Tested by

no test coverage detected