Apply ruff format after merging phase2-secondary-prediction

The merged proc_idx/proc_map plumbing wasn't run through ruff format
before merging; reflow only, no logic changes.
This commit is contained in:
2026-07-15 10:00:36 +02:00
parent a5683517be
commit 05d5dee606
7 changed files with 67 additions and 26 deletions
+1 -3
View File
@@ -202,9 +202,7 @@ def build_index_maps_from_files(
)
def build_process_map_from_files(
files: list[Path], n_experts: int
) -> dict[str, int]:
def build_process_map_from_files(files: list[Path], n_experts: int) -> dict[str, int]:
"""Scan the `process` column and build a frequency-capped process->index map.
Physics processes have a long tail (rare nuclear captures, decays, ...)