From f048245a9c69f657c96cca22b1c7ca2af05e56b2 Mon Sep 17 00:00:00 2001 From: mzwiessele Date: Fri, 5 Sep 2014 14:21:18 +0100 Subject: [PATCH] [parameter_core] empty space --- GPy/core/parameterization/parameter_core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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