From 4e91a012e62811d767f3c295eda61b030aa7fb47 Mon Sep 17 00:00:00 2001 From: Max Zwiessele Date: Fri, 28 Nov 2014 10:11:58 +0000 Subject: [PATCH] [model] update messages a little nicer --- GPy/core/model.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GPy/core/model.py b/GPy/core/model.py index 2cdecdf9..67adecc6 100644 --- a/GPy/core/model.py +++ b/GPy/core/model.py @@ -239,7 +239,7 @@ class Model(Parameterized): print 'nothing to optimize' if not self.update_model(): - print "setting updates on again" + print "Updates were off, setting updates on again" self.update_model(True) if start == None: