Adding ignore unparameterized spaces flag

This commit is contained in:
Scott Lyons 2021-09-30 00:44:26 -07:00 committed by GitHub
parent 5f23af5802
commit 5dd1088d8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -552,4 +552,9 @@ AVAILABLE_CLI_OPTIONS = {
help='Do not print epoch details header.',
action='store_true',
),
"hyperopt_ignore_unparam_space": Arg(
"-u", "--ignore-unparameterized-spaces",
help="Suppress errors for any requested Hyperopt spaces that do not contain any parameters",
action="store_true",
),
}