mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-12 21:42:39 +02:00
parent observer now static and always last
This commit is contained in:
parent
9fa1a40ac3
commit
37d341cec4
1 changed files with 1 additions and 1 deletions
|
|
@ -424,7 +424,7 @@ class Parameterizable(Constrainable, Observable):
|
|||
|
||||
return s
|
||||
|
||||
def _notify_parameters_changed(self, which):
|
||||
def _notify_parameters_changed(self):
|
||||
self.parameters_changed()
|
||||
self._notify_observers()
|
||||
if self.has_parent():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue