mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-11 15:15:15 +02:00
Fix printing error
This commit is contained in:
parent
985b2ea70c
commit
620a7842b3
1 changed files with 1 additions and 1 deletions
|
|
@ -151,7 +151,7 @@ class VerboseOptimization(object):
|
|||
if not self.ipython_notebook:
|
||||
print()
|
||||
print('Optimization finished in {0:.5g} Seconds'.format(self.stop-self.start))
|
||||
print('Optimization status: {0:.5g}'.format(self.status))
|
||||
print('Optimization status: {0}'.format(self.status))
|
||||
print()
|
||||
elif self.clear:
|
||||
self.hor_align.close()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue