From 4b28d91b9dbba6c09b8438fd3c3fe48f5dae1da2 Mon Sep 17 00:00:00 2001 From: Tim O'Donnell <timodonnell@gmail.com> Date: Sat, 25 Jan 2020 10:22:02 -0500 Subject: [PATCH] fix --- mhcflurry/train_presentation_models_command.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mhcflurry/train_presentation_models_command.py b/mhcflurry/train_presentation_models_command.py index 839b0749..08cde0bb 100644 --- a/mhcflurry/train_presentation_models_command.py +++ b/mhcflurry/train_presentation_models_command.py @@ -48,7 +48,7 @@ parser.add_argument( "--verbosity", type=int, help="Default: %(default)s", - default=0) + default=1) parser.add_argument( "--debug", action="store_true", -- GitLab