From be403075978d3ac6a4bfeec50de953651798fba6 Mon Sep 17 00:00:00 2001 From: Max Zwiessele Date: Fri, 28 Nov 2014 10:10:13 +0000 Subject: [PATCH] [Updateable] deprecated updates --- GPy/core/parameterization/updateable.py | 8 -------- 1 file changed, 8 deletions(-) diff --git a/GPy/core/parameterization/updateable.py b/GPy/core/parameterization/updateable.py index daf07d3c..593f3c05 100644 --- a/GPy/core/parameterization/updateable.py +++ b/GPy/core/parameterization/updateable.py @@ -15,14 +15,6 @@ class Updateable(Observable): def __init__(self, *args, **kwargs): super(Updateable, self).__init__(*args, **kwargs) - @property - def updates(self): - raise DeprecationWarning("updates is now a function, see update(True|False|None)") - - @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