mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-14 15:25:15 +02:00
Removed unnecessary 'print'
This commit is contained in:
parent
1246fd3b6b
commit
ab8796f7f1
1 changed files with 0 additions and 1 deletions
|
|
@ -37,7 +37,6 @@ class Tie(Kern):
|
|||
if len(plist)==0:
|
||||
print("Warning: No parameters were added for (%s)" % str(tlist))
|
||||
else:
|
||||
print("Adding tie")
|
||||
self.params.append(plist)
|
||||
|
||||
self.link_parameters(self.kern)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue