fix Linear kernel with SSGPLVM

This commit is contained in:
Zhenwen Dai 2014-06-09 14:21:56 +01:00
parent 6119c33078
commit 695bad63c5
6 changed files with 33 additions and 117 deletions

View file

@ -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?