Adding IUS to optimize args

This commit is contained in:
Scott Lyons 2021-09-30 00:53:46 -07:00 committed by GitHub
parent 08fcd1a0d4
commit 95227376b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -368,6 +368,9 @@ class Configuration:
self._args_to_config(config, argname='hyperopt_show_no_header',
logstring='Parameter --no-header detected: {}')
self._args_to_config(config, argname="hyperopt_ignore_unparam_space",
logstring="Paramter --ignore-unparameterized-spaces detected: {}")
def _process_plot_options(self, config: Dict[str, Any]) -> None: