From 72c6b6698376ba5b3772647309d88401caba45be Mon Sep 17 00:00:00 2001 From: mzwiessele Date: Tue, 24 Feb 2015 11:56:06 +0000 Subject: [PATCH] [updateable] update field in observable --- GPy/core/parameterization/updateable.py | 1 - 1 file changed, 1 deletion(-) diff --git a/GPy/core/parameterization/updateable.py b/GPy/core/parameterization/updateable.py index 278ba8cd..379e92e1 100644 --- a/GPy/core/parameterization/updateable.py +++ b/GPy/core/parameterization/updateable.py @@ -11,7 +11,6 @@ class Updateable(Observable): A model can be updated or not. Make sure updates can be switched on and off. """ - _updates = True def __init__(self, *args, **kwargs): super(Updateable, self).__init__(*args, **kwargs)