From dc18db2eb05cd387409092c09dafbde34bd366a4 Mon Sep 17 00:00:00 2001 From: jgrusewski Date: Sun, 22 Mar 2026 10:48:58 +0100 Subject: [PATCH] docs: fix stale doc comment in get_hyperopt_phase Co-Authored-By: Claude Opus 4.6 (1M context) --- crates/ml/src/training_profile.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/ml/src/training_profile.rs b/crates/ml/src/training_profile.rs index 23f2874fc..89a7cfa61 100644 --- a/crates/ml/src/training_profile.rs +++ b/crates/ml/src/training_profile.rs @@ -272,7 +272,7 @@ pub fn set_hyperopt_phase(phase: HyperoptPhase) { } } -/// Get the current hyperopt phase (defaults to Single if not set). +/// Get the current hyperopt phase (defaults to Fast if not set). pub fn get_hyperopt_phase() -> HyperoptPhase { HYPEROPT_PHASE .lock()