mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-12 21:42:39 +02:00
force set_XY to update the model
This commit is contained in:
parent
06d7e690f3
commit
9f7ae611ed
1 changed files with 1 additions and 0 deletions
|
|
@ -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):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue