fix freqai backtest live models
This commit is contained in:
parent
88418d524a
commit
01e3507e4c
@ -72,7 +72,7 @@ def test_freqai_backtest_live_models_model_not_found(freqai_conf, mocker, testda
|
|||||||
'--config', 'config.json',
|
'--config', 'config.json',
|
||||||
'--datadir', str(testdatadir),
|
'--datadir', str(testdatadir),
|
||||||
'--strategy-path', str(Path(__file__).parents[1] / 'strategy/strats'),
|
'--strategy-path', str(Path(__file__).parents[1] / 'strategy/strats'),
|
||||||
'--timeframe', '1h',
|
'--timeframe', '5m',
|
||||||
'--freqai-backtest-live-models'
|
'--freqai-backtest-live-models'
|
||||||
]
|
]
|
||||||
args = get_args(args)
|
args = get_args(args)
|
||||||
|
Loading…
Reference in New Issue
Block a user