We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 260512d commit 5c02ce9Copy full SHA for 5c02ce9
tests/strategy/test_strategy_parameters.py
@@ -64,7 +64,6 @@ def test_hyperopt_real_parameter():
64
65
def test_hyperopt_decimal_parameter():
66
HyperoptStateContainer.set_state(HyperoptState.INDICATORS)
67
- # TODO: Check for get_space??
68
from freqtrade.optimize.space import SKDecimal
69
70
with pytest.raises(OperationalException, match=r"DecimalParameter space must be.*"):
0 commit comments