From 56eec08457a32d73801e6ccf364024fa4b5727c8 Mon Sep 17 00:00:00 2001 From: Tim O'Donnell <timodonnell@gmail.com> Date: Fri, 24 Jan 2020 22:09:17 -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 884350ae..839b0749 100644 --- a/mhcflurry/train_presentation_models_command.py +++ b/mhcflurry/train_presentation_models_command.py @@ -125,7 +125,7 @@ def main(args): experiment_names=df.experiment_id, n_flanks=df.n_flank.values, c_flanks=df.c_flank.values, - verbose=args.verbose) + verbose=args.verbosity) print("Done fitting in", time.time() - start, "seconds") print("Saving") -- GitLab