From 1b503e741d4b775cb8886dc918cbe6d786513f81 Mon Sep 17 00:00:00 2001 From: Tim O'Donnell <timodonnell@gmail.com> Date: Tue, 19 Jun 2018 12:39:15 -0400 Subject: [PATCH] fix --- mhcflurry/class1_neural_network.py | 1 - 1 file changed, 1 deletion(-) diff --git a/mhcflurry/class1_neural_network.py b/mhcflurry/class1_neural_network.py index 6a8bb96b..b6c4945d 100644 --- a/mhcflurry/class1_neural_network.py +++ b/mhcflurry/class1_neural_network.py @@ -941,7 +941,6 @@ class Class1NeuralNetwork(object): return model - @staticmethod def set_allele_representations(self, allele_representations): """ -- GitLab