(config: RoutingConfig, mode: RoutingMode)
| 94 | |
| 95 | |
| 96 | def get_mode_tiers(config: RoutingConfig, mode: RoutingMode) -> dict[Tier, TierConfig]: |
| 97 | return get_mode_config(config, mode).tiers |
| 98 | |
| 99 | |
| 100 | def get_selection_weights(config: RoutingConfig, mode: RoutingMode) -> SelectionWeights: |
no test coverage detected