A temporal fix for the problem of sometimes the model not being updated.

This commit is contained in:
Zhenwen Dai 2015-02-17 10:48:26 +00:00
parent ae5d70b063
commit c5c8b8341c

View file

@ -124,6 +124,7 @@ class GP(Model):
else:
self.X = ObsAr(X)
self.update_model(True)
self._trigger_params_changed()
def set_X(self,X):
"""