mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-02-03 12:51:37 +00:00
test: remove outdated TODO
This commit is contained in:
@@ -64,7 +64,6 @@ def test_hyperopt_real_parameter():
|
|||||||
|
|
||||||
def test_hyperopt_decimal_parameter():
|
def test_hyperopt_decimal_parameter():
|
||||||
HyperoptStateContainer.set_state(HyperoptState.INDICATORS)
|
HyperoptStateContainer.set_state(HyperoptState.INDICATORS)
|
||||||
# TODO: Check for get_space??
|
|
||||||
from freqtrade.optimize.space import SKDecimal
|
from freqtrade.optimize.space import SKDecimal
|
||||||
|
|
||||||
with pytest.raises(OperationalException, match=r"DecimalParameter space must be.*"):
|
with pytest.raises(OperationalException, match=r"DecimalParameter space must be.*"):
|
||||||
|
|||||||
Reference in New Issue
Block a user