flake happy; check_positive() renamed

This commit is contained in:
hroff-1902
2019-04-23 22:16:24 +03:00
parent fc4ef2b430
commit a429f83f5e
2 changed files with 8 additions and 5 deletions

View File

@@ -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