Apply ruff format
CI / Format (ruff format) (push) Successful in 27s
CI / Lint (ruff check) (push) Successful in 28s
CI / Sync project version with tag (push) Has been skipped
CI / Type check (ty) (push) Successful in 22s
CI / Tests (push) Successful in 56s

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
2026-08-03 14:04:17 +02:00
parent ca3a2a3462
commit dae6451203
+3 -1
View File
@@ -1234,7 +1234,9 @@ def _parse_composed_axes(router_cfg: dict) -> list[dict]:
_VOCAB_SCOPED_ROUTER_TYPES = ("pdg", "process")
def _check_router_conditioning_compat(router_types: list[str], conditioning: str) -> None:
def _check_router_conditioning_compat(
router_types: list[str], conditioning: str
) -> None:
"""Reject a router axis that reintroduces a training-vocab PDG lookup
under `conditioning="physical"`.