diff --git a/GPy/core/parameterization/parameter_core.py b/GPy/core/parameterization/parameter_core.py index 6a62ab4c..2831eaf7 100644 --- a/GPy/core/parameterization/parameter_core.py +++ b/GPy/core/parameterization/parameter_core.py @@ -63,7 +63,7 @@ class Observable(object): @updates.setter def updates(self, ups): raise DeprecationWarning("updates is now a function, see update(True|False|None)") - + def update_model(self, updates=None): """ Get or set, whether automatic updates are performed. When updates are