flake happy; check_positive() renamed
This commit is contained in:
@@ -315,7 +315,8 @@ class Configuration(object):
|
||||
|
||||
if 'hyperopt_random_state' in self.args and self.args.hyperopt_random_state is not None:
|
||||
config.update({'hyperopt_random_state': self.args.hyperopt_random_state})
|
||||
logger.info("Parameter --random-state detected: %s", config.get('hyperopt_random_state'))
|
||||
logger.info("Parameter --random-state detected: %s",
|
||||
config.get('hyperopt_random_state'))
|
||||
|
||||
return config
|
||||
|
||||
|
||||
Reference in New Issue
Block a user