Adding IUS to optimize args
This commit is contained in:
parent
08fcd1a0d4
commit
95227376b6
@ -369,6 +369,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:
|
||||
|
||||
self._args_to_config(config, argname='pairs',
|
||||
|
Loading…
Reference in New Issue
Block a user