Skip to content

Commit 6b4443d

Browse files
fix: fixed suggestions
Co-authored-by: Copilot <[email protected]>
1 parent c2120db commit 6b4443d

File tree

1 file changed

+0
-1
lines changed
  • src/quant_research_starter

1 file changed

+0
-1
lines changed

src/quant_research_starter/cli.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,6 @@ def autotune(
352352

353353
# Create and run Optuna runner
354354
runner = OptunaRunner(
355-
search_space={}, # Not used when using create_backtest_objective
356355
objective=objective,
357356
n_trials=n_trials,
358357
study_name=study_name,

0 commit comments

Comments
 (0)