From dae645120353f9d39e17d2ef0637827f5466ea7a Mon Sep 17 00:00:00 2001 From: Lars Bogner Date: Mon, 3 Aug 2026 14:04:17 +0200 Subject: [PATCH] Apply ruff format Co-Authored-By: Claude Sonnet 5 --- giant/model/network.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/giant/model/network.py b/giant/model/network.py index 9964d92..85d145f 100644 --- a/giant/model/network.py +++ b/giant/model/network.py @@ -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"`.