mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-11-29 08:33:07 +00:00
chore: remove commented skopt usages
This commit is contained in:
@@ -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)
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user