mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-24 14:15:14 +02:00
A temporal fix for the problem of sometimes the model not being updated.
This commit is contained in:
parent
ae5d70b063
commit
c5c8b8341c
1 changed files with 1 additions and 0 deletions
|
|
@ -124,6 +124,7 @@ class GP(Model):
|
||||||
else:
|
else:
|
||||||
self.X = ObsAr(X)
|
self.X = ObsAr(X)
|
||||||
self.update_model(True)
|
self.update_model(True)
|
||||||
|
self._trigger_params_changed()
|
||||||
|
|
||||||
def set_X(self,X):
|
def set_X(self,X):
|
||||||
"""
|
"""
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue