auto-sync 2026-07-03T15:42:31Z workspace (part 4)
Browse files
workspace/scripts/summarize_ctt_runs.py
CHANGED
|
@@ -433,6 +433,8 @@ def _as_float(value: Any) -> float | None:
|
|
| 433 |
|
| 434 |
|
| 435 |
def _method_name(path: Path, report_type: str) -> str:
|
|
|
|
|
|
|
| 436 |
if "base_context" in path.parent.name:
|
| 437 |
return "CTT residual base-context"
|
| 438 |
if "gated" in path.parent.name:
|
|
|
|
| 433 |
|
| 434 |
|
| 435 |
def _method_name(path: Path, report_type: str) -> str:
|
| 436 |
+
if "base_context_obs" in path.parent.name:
|
| 437 |
+
return "CTT residual base-context-observation"
|
| 438 |
if "base_context" in path.parent.name:
|
| 439 |
return "CTT residual base-context"
|
| 440 |
if "gated" in path.parent.name:
|