From bc1ace7a331b4ae51c32e1d2eb1cccee272dc67a Mon Sep 17 00:00:00 2001 From: Tim O'Donnell <timodonnell@gmail.com> Date: Sat, 3 Mar 2018 16:12:12 -0500 Subject: [PATCH] spacing --- 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 523ec339..8b17e78c 100644 --- a/mhcflurry/class1_neural_network.py +++ b/mhcflurry/class1_neural_network.py @@ -215,7 +215,6 @@ class Class1NeuralNetwork(object): network.set_weights(network_weights) klass.KERAS_MODELS_CACHE[key] = (network, network_weights) - # As an added safety check we overwrite the fit method on the returned # model to throw an error if it is called. def throw(*args, **kwargs): -- GitLab