mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-08 19:42:39 +02:00
[#133] fix: chainging constraint in __init__
This commit is contained in:
parent
bccd8e094a
commit
ac4dbb851d
3 changed files with 28 additions and 3 deletions
|
|
@ -149,6 +149,7 @@ class Parameterized(Parameterizable):
|
|||
self.priors.update(param.priors, start)
|
||||
self.parameters.insert(index, param)
|
||||
|
||||
self._notify_parent_change()
|
||||
param.add_observer(self, self._pass_through_notify_observers, -np.inf)
|
||||
|
||||
parent = self
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue