Merge branch 'devel' of github.com:SheffieldML/GPy into devel

This commit is contained in:
Ricardo 2013-06-05 18:02:02 +01:00
commit a2bc6ec1e6
11 changed files with 123 additions and 183 deletions

View file

@ -28,8 +28,7 @@ class GPBase(Model):
self._Xmean = np.zeros((1, self.input_dim))
self._Xstd = np.ones((1, self.input_dim))
Model.__init__(self)
super(GPBase, self).__init__()
# All leaf nodes should call self._set_params(self._get_params()) at
# the end