Skip to content
Snippets Groups Projects
Commit a8dae372 authored by Tim O'Donnell's avatar Tim O'Donnell
Browse files

attempt to fix travis

parent c6f884c5
No related merge requests found
......@@ -178,8 +178,6 @@ def run(argv=sys.argv[1:]):
logging.root.setLevel(level="INFO")
logging.info("Running with arguments: %s" % args)
print("Past logging")
# Set parallel backend
if args.dask_scheduler:
......
......@@ -60,7 +60,7 @@ def test_small_run():
"--cv-num-folds", "2",
"--alleles", "HLA-A0201", "HLA-A0301",
"--verbose",
"--num-local-threads", "2",
"--num-local-threads", "1",
]
print("Running cv_and_train_command with args: %s " % str(args))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment