This commit is contained in:
Brandon Bertelsen
2019-07-06 18:05:50 -05:00
committed by Philipp Moritz
parent 0448847a02
commit c04b69902c
6 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -109,7 +109,7 @@ def create_parser(parser_creator=None):
def run(args, parser):
if args.config_file:
with open(args.config_file) as f:
experiments = yaml.load(f)
experiments = yaml.load(f, Loader=yaml.FullLoader)
else:
# Note: keep this in sync with tune/config_parser.py
experiments = {