mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-09 20:12:38 +02:00
[mrd] print statement py3, OMG
This commit is contained in:
parent
bc5e9a8ad3
commit
8d57c0bf11
1 changed files with 2 additions and 2 deletions
|
|
@ -392,9 +392,9 @@ class MRD(BayesianGPLVMMiniBatch):
|
||||||
privateDims[i].sort()
|
privateDims[i].sort()
|
||||||
|
|
||||||
if printOut:
|
if printOut:
|
||||||
print '# Shared dimensions: ' + str(sharedDims)
|
print('# Shared dimensions: ' + str(sharedDims))
|
||||||
for i in range(len(retainedScales)):
|
for i in range(len(retainedScales)):
|
||||||
print '# Private dimensions model ' + str(i) + ':' + str(privateDims[i])
|
print('# Private dimensions model ' + str(i) + ':' + str(privateDims[i]))
|
||||||
|
|
||||||
return sharedDims, privateDims
|
return sharedDims, privateDims
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue