mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-24 14:15:14 +02:00
remove printing
This commit is contained in:
parent
7152f41f82
commit
ea5f25900c
1 changed files with 0 additions and 1 deletions
|
|
@ -955,7 +955,6 @@ class Parameterizable(OptimizationHandlable):
|
||||||
self._added_names_.add(pname)
|
self._added_names_.add(pname)
|
||||||
elif pname in self.__dict__:
|
elif pname in self.__dict__:
|
||||||
if pname in self._added_names_:
|
if pname in self._added_names_:
|
||||||
print self._added_names_
|
|
||||||
other = self.__dict__[pname]
|
other = self.__dict__[pname]
|
||||||
if not (param is other):
|
if not (param is other):
|
||||||
del self.__dict__[pname]
|
del self.__dict__[pname]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue