mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-13 14:03:20 +02:00
fixed has_uncertain_inputs weirdness
This commit is contained in:
parent
94b199e3c7
commit
0ddf308d11
1 changed files with 2 additions and 2 deletions
|
|
@ -50,8 +50,8 @@ class GP(model):
|
|||
self._Xmean = np.zeros((1, self.X.shape[1]))
|
||||
self._Xstd = np.ones((1, self.X.shape[1]))
|
||||
|
||||
|
||||
self.has_uncertain_inputs = False
|
||||
if not hasattr(self,'has_uncertain_inputs'):
|
||||
self.has_uncertain_inputs = False
|
||||
model.__init__(self)
|
||||
|
||||
def dL_dZ(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue