Use strategy child parser

This commit is contained in:
Matthias
2019-09-29 16:25:25 +02:00
parent 0d13e2cb2e
commit 52523bcd8b
2 changed files with 17 additions and 14 deletions

View File

@@ -198,8 +198,8 @@ def test_start_not_installed(mocker, default_conf, caplog, import_fails) -> None
patch_exchange(mocker)
args = [
'--config', 'config.json',
'hyperopt',
'--config', 'config.json',
'--epochs', '5'
]
args = get_args(args)