From 01e3507e4c65a7eb3b60ebb725406b3edf276cd9 Mon Sep 17 00:00:00 2001 From: Wagner Costa Santos Date: Mon, 10 Oct 2022 15:15:43 -0300 Subject: [PATCH] fix freqai backtest live models --- tests/freqai/test_freqai_backtesting.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/freqai/test_freqai_backtesting.py b/tests/freqai/test_freqai_backtesting.py index 9d44cc656..b9e2d650a 100644 --- a/tests/freqai/test_freqai_backtesting.py +++ b/tests/freqai/test_freqai_backtesting.py @@ -72,7 +72,7 @@ def test_freqai_backtest_live_models_model_not_found(freqai_conf, mocker, testda '--config', 'config.json', '--datadir', str(testdatadir), '--strategy-path', str(Path(__file__).parents[1] / 'strategy/strats'), - '--timeframe', '1h', + '--timeframe', '5m', '--freqai-backtest-live-models' ] args = get_args(args)