mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-04-29 23:06:22 +02:00
[model] update messages a little nicer
This commit is contained in:
parent
45ede97d85
commit
4e91a012e6
1 changed files with 1 additions and 1 deletions
|
|
@ -239,7 +239,7 @@ class Model(Parameterized):
|
||||||
print 'nothing to optimize'
|
print 'nothing to optimize'
|
||||||
|
|
||||||
if not self.update_model():
|
if not self.update_model():
|
||||||
print "setting updates on again"
|
print "Updates were off, setting updates on again"
|
||||||
self.update_model(True)
|
self.update_model(True)
|
||||||
|
|
||||||
if start == None:
|
if start == None:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue