From ced5ddc3eaf9a813496082e40748c3def9cb697f Mon Sep 17 00:00:00 2001 From: Tim O'Donnell <timodonnell@gmail.com> Date: Wed, 19 Jun 2019 11:16:26 -0400 Subject: [PATCH] fix --- mhcflurry/train_pan_allele_models_command.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mhcflurry/train_pan_allele_models_command.py b/mhcflurry/train_pan_allele_models_command.py index df57bcc8..bafb6f72 100644 --- a/mhcflurry/train_pan_allele_models_command.py +++ b/mhcflurry/train_pan_allele_models_command.py @@ -447,7 +447,7 @@ def train_model( model = Class1NeuralNetwork(**hyperparameters) progress_preamble = ( - "[task %2d / %d2]: " + "[task %2d / %2d]: " "[%2d / %2d folds] " "[%2d / %2d architectures] " "[%4d / %4d replicates] " % ( -- GitLab