mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-12 21:42:39 +02:00
fix Linear kernel with SSGPLVM
This commit is contained in:
parent
6119c33078
commit
695bad63c5
6 changed files with 33 additions and 117 deletions
|
|
@ -40,7 +40,7 @@ class GP(Model):
|
|||
|
||||
assert Y.ndim == 2
|
||||
self.Y = ObsAr(Y)
|
||||
assert Y.shape[0] == self.num_data
|
||||
# assert Y.shape[0] == self.num_data
|
||||
_, self.output_dim = self.Y.shape
|
||||
|
||||
#TODO: check the type of this is okay?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue