Hyperopt Mongodb Patch

This commit is contained in:
MoonGem
2018-03-21 23:31:54 -05:00
parent 62a3366fbf
commit 5f8c3c2423
2 changed files with 4 additions and 5 deletions

View File

@@ -200,7 +200,7 @@ class Arguments(object):
# Add hyperopt subcommand
hyperopt_cmd = subparsers.add_parser('hyperopt', help='hyperopt module')
hyperopt_cmd.set_defaults(func=hyperopt.start)
hyperopt_cmd.set_defaults(func=hyperopt.sta)
self.optimizer_shared_options(hyperopt_cmd)
self.hyperopt_options(hyperopt_cmd)