mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-26 15:49:40 +02:00
Fixed inconsistent tab error
This commit is contained in:
parent
7a9203be4d
commit
17f14537a3
1 changed files with 1 additions and 1 deletions
|
|
@ -146,5 +146,5 @@ class VerboseOptimization(object):
|
||||||
if not self.ipython_notebook:
|
if not self.ipython_notebook:
|
||||||
print()
|
print()
|
||||||
print('Optimization finished in {0:.5g} Seconds'.format(self.stop-self.start))
|
print('Optimization finished in {0:.5g} Seconds'.format(self.stop-self.start))
|
||||||
print('Optimization status: {0:.5g}'.format(self.status))
|
print('Optimization status: {0:.5g}'.format(self.status))
|
||||||
print()
|
print()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue