Remove backtest-path parameter

This commit is contained in:
Matthias
2021-10-30 10:28:12 +02:00
parent 6f1e719216
commit 0f3809345a
3 changed files with 4 additions and 10 deletions

View File

@@ -218,11 +218,6 @@ AVAILABLE_CLI_OPTIONS = {
help='Specify additional lookup path for Hyperopt Loss functions.',
metavar='PATH',
),
"backtest_path": Arg(
'--backtest-path',
help='Specify lookup file path for backtest filter.',
metavar='PATH',
),
"epochs": Arg(
'-e', '--epochs',
help='Specify number of epochs (default: %(default)d).',