Fixed some examples and tests, and stated that Y metadata doesnt need to be the same size as Y

This commit is contained in:
Alan Saul 2014-02-12 18:02:24 +00:00
parent 646400f49e
commit d2e8807a88
3 changed files with 21 additions and 24 deletions

View file

@ -39,7 +39,6 @@ class GP(Model):
_, self.output_dim = self.Y.shape
if Y_metadata is not None:
assert Y_metadata.shape == self.Y.shape
self.Y_metadata = ObservableArray(Y_metadata)
else:
self.Y_metadata = None