chore: remove commented skopt usages

This commit is contained in:
Matthias
2025-04-12 10:10:48 +02:00
parent 1a24559729
commit 05f19d574a
2 changed files with 0 additions and 9 deletions

View File

@@ -1308,7 +1308,6 @@ def test_max_open_trades_consistency(mocker, hyperopt_conf, tmp_path, fee) -> No
assert isinstance(hyperopt.hyperopter.custom_hyperopt, HyperOptAuto)
hyperopt.hyperopter.custom_hyperopt.max_open_trades_space = lambda: [
# Integer(1, 10, name="max_open_trades")
ft_IntDistribution("max_open_trades", 1, 10)
]