From 3e71ee87f0b2fe7b53df2b45cac153f6641465b6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Mon, 22 Jun 2026 03:59:05 +0200 Subject: [PATCH] style(quickadapter): backtick best_params symbol reference in strategy comment --- quickadapter/user_data/strategies/QuickAdapterV3.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickadapter/user_data/strategies/QuickAdapterV3.py b/quickadapter/user_data/strategies/QuickAdapterV3.py index 4145caf..98f0a56 100644 --- a/quickadapter/user_data/strategies/QuickAdapterV3.py +++ b/quickadapter/user_data/strategies/QuickAdapterV3.py @@ -2353,7 +2353,7 @@ class QuickAdapterV3(IStrategy): ) -> Optional[dict[str, Any]]: # Strategy consumes only output tunables (``label_period_candles``, # ``label_horizon_candles``, ``label_natr_multiplier``); - # selection-metadata drift on cached label best-params is + # selection-metadata drift on cached label ``best_params`` is # tolerable here. The regressor's ``optuna_load_best_params`` # passes ``expected_selection_metadata`` and rejects drift before # re-running HPO selection. -- 2.53.0