apply bug fix for set_XY

This commit is contained in:
Zhenwen Dai 2015-09-10 15:29:28 +01:00
parent aebebd561d
commit 328d45330e
2 changed files with 9 additions and 0 deletions

View file

@ -154,6 +154,7 @@ class GP(Model):
self.link_parameter(self.X)
else:
self.X = ObsAr(X)
self._predictive_variable = self.X
self.update_model(True)
def set_X(self,X):