Fixed gplvm unittest which was sampling an output matrix of size input_dim (and corresponding error in bcgplvm unittest which was based on it).

This commit is contained in:
Neil Lawrence 2013-08-29 19:57:25 +02:00
parent 128ebbabc5
commit bdc8ee45a7
4 changed files with 13 additions and 13 deletions

View file

@ -1,7 +1,7 @@
# Copyright (c) 2013, GPy authors (see AUTHORS.txt).
# Licensed under the BSD 3-clause license (see LICENSE.txt)
#from kernel import Kernel
from kernel import Kernel
from linear import Linear
from mlp import MLP
#from rbf import RBF