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:
@@ -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, ...)
|
||||
|
||||
Reference in New Issue
Block a user