Reformat hyper to cache parameters
This commit is contained in:
@@ -671,4 +671,4 @@ def test_auto_hyperopt_interface(default_conf):
|
||||
strategy.sell_rsi = IntParameter([0, 10], default=5, space='buy')
|
||||
|
||||
with pytest.raises(OperationalException, match=r"Inconclusive parameter.*"):
|
||||
[x for x in strategy.enumerate_parameters('sell')]
|
||||
[x for x in strategy._detect_parameters('sell')]
|
||||
|
Reference in New Issue
Block a user