mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-14 22:42:37 +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,7 +50,7 @@ class GP(model):
|
||||||
self._Xmean = np.zeros((1, self.X.shape[1]))
|
self._Xmean = np.zeros((1, self.X.shape[1]))
|
||||||
self._Xstd = np.ones((1, self.X.shape[1]))
|
self._Xstd = np.ones((1, self.X.shape[1]))
|
||||||
|
|
||||||
|
if not hasattr(self,'has_uncertain_inputs'):
|
||||||
self.has_uncertain_inputs = False
|
self.has_uncertain_inputs = False
|
||||||
model.__init__(self)
|
model.__init__(self)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue